ListTableHeader class

The header in a ListTable.

Annotations

Constructors

ListTableHeader({Decoration? decoration, IndexedWidgetBuilder? builder, List<Widget>? children, BorderSide? columnBorder, double? itemExtent = _kHeaderHeight})
Creates a header in a ListTable.
const

Properties

builder IndexedWidgetBuilder?
The builder for the header cells.
final
children List<Widget>?
The children for the header cells.
final
columnBorder BorderSide?
THe column BorderSize.
final
decoration Decoration?
A decoration to be painted behind the header.
final
hashCode int
The hash code for this object.
no setterinherited
itemExtent double?
The height of the header.
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