DynamicTableActionEdit class

Inheritance

Constructors

DynamicTableActionEdit({Widget icon = const Icon(Icons.edit), void onPressed()?, bool showAlways = false, bool showOnlyOnEditing = true})
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.
finalinherited
onPressed → void Function()?
The onPressed function which will be called when the user clicks on the icon.
finalinherited
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.
finalinherited
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.
finalinherited

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