AnimatedGridDetails class
Constructors
- AnimatedGridDetails({required int index, required int columnIndex, required int rowIndex, required int columns, required int rows})
- A collection of details currently being used by AnimatedGrid
Properties
- columnIndex → int
-
The current column index
final
- columns → int
-
The number of columns
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
The current index
final
- rowIndex → int
-
The current row index
final
- rows → int
-
The number of rows
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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