ListViewState class
- Inheritance
-
- Object
- StateWidget<
ListView> - ListViewState
Constructors
Properties
- context ↔ BuildContext
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemCount ↔ int
-
getter/setter pair
- mounted → bool
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- widget → ListView
-
no setterinherited
Methods
-
addPostFrameCallback(
VoidCallback callback) → void -
inherited
-
build(
BuildContext context) → Widget -
override
-
inflate(
BuildContext context, {bool runInitState = true}) → void -
inherited
-
initState(
) → void -
Override this method to initialize the state of this widget. The
parent
value is already set when this method is called.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
) → void -
inherited
-
setState(
VoidCallback callback) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
widgetIndex(
int i) → int
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited