MoonTableHeader class

Constructors

MoonTableHeader({Decoration? decoration, double? height, required List<MoonTableColumn> columns})
Creates a Moon Design table header.
const

Properties

columns List<MoonTableColumn>
The list of table columns to display as the content of the table header.
final
decoration Decoration?
The custom decoration of the table header row.
final
hashCode int
The hash code for this object.
no setterinherited
height double?
The height of the table header 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 content of the table row.
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