GridViewObserveDisplayingChildModel class

Inheritance
Mixed in types

Constructors

GridViewObserveDisplayingChildModel({required RenderSliverMultiBoxAdaptor sliverGrid, required int index, required RenderBox renderObject})

Properties

axis Axis
The axis of sliver
no setterinherited
displayPercentage double
The display percentage of the current widget
no setterinherited
hashCode int
The hash code for this object.
no setteroverride
index int
The index of child widget.
getter/setter pairinherited
mainAxisSize double
The size of child on the main axis
no setterinherited
renderObject RenderBox
The renderObject RenderBox of child widget.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollOffset double
The scroll offset of sliver
no setterinherited
size Size
The size of child
no setterinherited
sliver RenderSliver
The target sliverList
getter/setter pairinherited
sliverGrid RenderSliverMultiBoxAdaptor
The target sliverGrid
getter/setter pair

Methods

calculateDisplayPercentage() double
Calculates the display percentage of the current widget
inherited
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.
override