AdeptDataTableCell class
AdeptDataTableCell represents a single cell in the AdeptDataTable.
Constructors
- AdeptDataTableCell.new({required String text, AdeptDataTableCellTheme? theme, VoidCallback? onTap, Widget? widget})
- AdeptDataTableCell Constructor allows you to define styling and value properties.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onTap → VoidCallback?
-
onTap cell call back
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
text which is display in cell
final
- theme → AdeptDataTableCellTheme?
-
AdeptDataTableCellTheme cell theme
final
- widget → Widget?
-
provide text or widget which is dispaly in cell
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCell(
AdeptDataTableCellTheme theme) → DataCell -
Converts this cell into a Flutter DataCell widget using the provided
theme
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited