GridRow<T extends SpannedGridItem> class
Represents a single row in the grid with its items
Constructors
-
GridRow({required List<
GridRowItem< items, required int rowIndex, required int totalSpan})T> >
Properties
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