CustomRow class Null safety

Constructors

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

Properties

cells List<Widget>
read / write
hashCode int
The hash code for this object.
read-onlyinherited
index int
read / write
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.
read-onlyinherited
typeCustomRow TypeCustomRow
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited