CustomRow class

Constructors

CustomRow({required int index, required List<Widget> cells, TypeCustomRow typeCustomRow = TypeCustomRow.REPLACE, LocalKey? key})

Properties

cells List<Widget>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pair
key LocalKey?
A Key that uniquely identifies this row. This is used to ensure that if a row is added or removed, any stateful widgets related to this row (e.g. an in-progress checkbox animation) remain on the right row visually.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeCustomRow TypeCustomRow
getter/setter pair

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