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

hashCode int
The hash code for this object.
no setterinherited
item → T
final
itemIndex int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
span int
final
startColumn int
final

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