GridRowItem<T extends SpannedGridItem> class
Represents a single item within a grid row
Constructors
- GridRowItem({required T item, required int itemIndex, required int span, required int startColumn})
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