hasCustomActions property
bool
get
hasCustomActions
Implementation
bool get hasCustomActions =>
widget.actions.any((action) => action is TableAction);
bool get hasCustomActions =>
widget.actions.any((action) => action is TableAction);