TableAdvancedRow class

Configuration for rows in TableAdvanced.

Constructors

TableAdvancedRow({required DataRow data, BoxDecoration style(BuildContext context, int index)?, bool? checked, bool? disabled, Widget? expandedWidget, List<Widget>? actions})
Configuration for rows in TableAdvanced.

Properties

actions List<Widget>?
A list of actions (usually IconButtons) shown at the end of the row (i.e. action to delete the row).
final
checked bool?
Set the initial checked value for this row.
final
data DataRow
The content of the row.
final
disabled bool?
If false, the row will not be checkable.
final
expandedWidget Widget?
If provided, an icon to expand the row will be shown at the end of the row, and when tapped this widget will be shown below the initial row.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style BoxDecoration Function(BuildContext context, int index)?
Eventually specify a custom style for this row.
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