ScrollerViewState class
Constructors
Properties
- controller → ScrollController
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasScrolledThrough ↔ bool
-
When true the scroller has been scrolled to the end
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
BuildContext context) → Widget -
builder(
BuildContext context, BoxConstraints constraints) → Widget -
didChangeDependencies(
) → dynamic -
didUpdateWidget(
ScrollerView oldWidget) → void -
dispose(
) → void -
initState(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onScrollTo(
Event event) → dynamic - Takes an event (onscroll) and uses the id to scroll to that widget
-
positionOf(
) → Offset? -
sizeOf(
) → Size? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited