showOnlyOnEditing property

bool showOnlyOnEditing
final

If showOnlyOnEditing is true, the icon will be displayed on the last column of DynamicTable as action only when the DynamicTableDataRow.isEditing is in editing mode.

Implementation

final bool showOnlyOnEditing;