ListViewObserveModel class
Constructors
-
ListViewObserveModel({required bool visible, required ListViewObserveDisplayingChildModel? firstChild, required List<
ListViewObserveDisplayingChildModel> displayingChildModelList})
Properties
-
displayingChildIndexList
→ List<
int> -
Stores index list for children widgets those are displaying.
no setter
-
displayingChildModelList
→ List<
ListViewObserveDisplayingChildModel> -
Stores model list for children widgets those are displaying.
final
- firstChild → ListViewObserveDisplayingChildModel?
-
The first child widget that is 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