DynamicTableAction class abstract
This is the actions which you see on the last column of DynamicTable
- Implementers
- Annotations
Constructors
- DynamicTableAction({required Widget icon, void onPressed()?, bool showAlways = false, bool showOnlyOnEditing = true})
-
This is the actions which you see on the last column of DynamicTable
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → Widget
-
The icon which will be displayed on the last column of DynamicTable as action.
final
- onPressed → void Function()?
-
The onPressed function which will be called when the user clicks on the icon.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showAlways → bool
-
If showAlways is true, the icon will be displayed on the last column of DynamicTable as action.
final
- showOnlyOnEditing → bool
-
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.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited