ExtendedTransformScrollbarControllerFunctionality class abstract
Constructors
Properties
- enableGestures → bool
-
Overridable getter to indicate is gestures should be enabled on the
scrollbar.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getGesturesHorizontal(
BuildContext context) → Map< Type, GestureRecognizerFactory< GestureRecognizer> > -
getGesturesVertical(
BuildContext context) → Map< Type, GestureRecognizerFactory< GestureRecognizer> > -
handleHover(
PointerHoverEvent event) → void -
handleHoverExit(
PointerExitEvent event) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onDidChangeDependencies(
) → void - Can be overridden to update the scrollbar when the parents widget dependencies change.
-
onScrollEnd(
) → void -
onScrollStart(
) → void -
onScrollStartHorizontal(
) → void -
onScrollStartVertical(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateScrollbarPainters(
) → void -
This method is responsible for configuring the
horizontalScrollbar
andverticalScrollbar
according to thewidget
's properties and any inherited widgets the painter depends on, like Directionality and MediaQuery.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited