MoonTableFooter class

Constructors

MoonTableFooter({Decoration? decoration, double? height, required List<Widget> cells})
Creates a Moon Design table footer.
const

Properties

cells List<Widget>
The list of widgets to display as the cells of the table footer. Cells length must be equal to MoonTableHeader.columns length. If footer is provided, cells must not be empty.
final
decoration Decoration?
The custom decoration of the table footer row.
final
hashCode int
The hash code for this object.
no setterinherited
height double?
The height of the table footer row, primarily determined by this value. If not specified, MoonTable.rowSize is used. If MoonTable.rowSize is also unspecified, the height will dynamically adjust based on the row content.
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