TableFooter class
Specialized row for table footers.
Extends TableRow with default styling appropriate for footer rows, including muted background colors and custom hover effects.
Example:
TableFooter(
cells: [
TableCell(child: Text('Total: \$100')),
TableCell(child: Text('Paid')),
],
)
Constructors
-
Creates a TableFooter.
const
Properties
-
cells
→ List<
TableCell> -
The cells contained in this row.
finalinherited
- cellTheme → TableCellTheme?
-
Theme applied to all cells in this row.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selected → bool
-
Whether this row is selected.
finalinherited
Methods
-
buildDefaultTheme(
BuildContext context) → TableCellTheme -
Builds the default theme for cells in this row.
override
-
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