GridViewObserveModel class
Constructors
-
GridViewObserveModel({required bool visible, required List<
GridViewObserveDisplayingChildModel> firstGroupChildList, required List<GridViewObserveDisplayingChildModel> displayingChildModelList})
Properties
-
displayingChildIndexList
→ List<
int> -
Stores index list for children widgets those are displaying.
no setter
-
displayingChildModelList
→ List<
GridViewObserveDisplayingChildModel> -
Stores model list for children widgets those are displaying.
final
-
firstGroupChildList
→ List<
GridViewObserveDisplayingChildModel> -
The first group child widgets those are displaying.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- visible → bool
-
Whether this sliver should be painted.
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.
override