GridViewState class
Constructors
Properties
- busy ↔ Widget?
-
getter/setter pair
- controller → ScrollController
-
final
- count ↔ int
-
getter/setter pair
- direction ↔ dynamic
-
getter/setter pair
- gridHeight ↔ double
-
getter/setter pair
- gridWidth ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- prototypeHeight ↔ double
-
getter/setter pair
- prototypeWidth ↔ double
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollShadow ↔ ScrollShadowModel
-
getter/setter pair
- startup ↔ bool
-
getter/setter pair
Methods
-
afterFirstLayout(
BuildContext context) → void -
build(
BuildContext context) → Widget -
didChangeDependencies(
) → dynamic -
didUpdateWidget(
GridView oldWidget) → void -
dispose(
) → void -
initState(
) → void -
itemBuilder(
BuildContext context, int rowIndex) → Widget? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onMeasuredItem(
Size size, {dynamic data}) → dynamic -
onScroll(
Event event) → void -
onScrollTo(
Event event) → dynamic - Takes an event (onscroll) and uses the id to scroll to that widget
-
onSort(
Event event) → void -
positionOf(
) → Offset? -
scroll(
Event event, ScrollController? sc) → dynamic -
sizeOf(
) → Size? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited