ThemedTableAction<T> class

Constructors

ThemedTableAction({Widget? label, String? labelText, required bool onTap(List<T>), Color? color})
An action in a table.

Properties

color Color?
Represents the color of the displayed button
final
hashCode int
The hash code for this object.
no setterinherited
label Widget?
The label of the action.
final
labelText String?
The label text of the action. Works similar as label but it is used when you want to display a Text widget.
final
onTap bool Function(List<T>)
Represents the function to call when the action is triggered.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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