ListTableRow class

The row in a ListTable.

Annotations

Constructors

ListTableRow({Decoration? decoration, IndexedWidgetBuilder? builder, double? itemExtent = _kHeaderHeight, RowPressedCallback? onPressed, RowPressedCallback? onSecondaryPress, List<Widget>? children})
Creates a header in a ListTable.
const

Properties

builder IndexedWidgetBuilder?
The builder for the row cells.
final
children List<Widget>?
The children for the row cells.
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 row. If itemExtent is set to null, then the height will be calculated by the intrinsic height of each cell in the row. Default to 40.0.
final
onPressed RowPressedCallback?
Callback for when the row is pressed.
final
onSecondaryPress RowPressedCallback?
Callback for when the row receives a secondary press.
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