BaseTableHeader class
Constructors
-
BaseTableHeader.new({required List<
String> headers, TextStyle? style}) -
const
Properties
-
children
→ List<
Widget> -
The widgets that comprise the cells in this row.
no setteroverride
- decoration → Decoration
-
A decoration to paint behind this row.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
→ List<
String> -
final
- key → LocalKey?
-
An identifier for the row.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → TextStyle?
-
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