WearOsScrollView class
the scroll view listen to the rotary input from the WearOsPlugin and control a scrollable view like ListView using a shared ScrollController
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- WearOsScrollView
Constructors
- WearOsScrollView({Key? key, required ScrollController controller, required Widget child, bool autoHide = true})
-
const
Properties
- autoHide → bool
-
autoHide: true means automatically blend out the bars, false means scrollbars are always visible
final
- autoHideDuration → Duration
-
duration for keeping the scroll bar visible
final
- bezelCorrection → double
-
bezel correction for Samsung devices
final
- child → Widget
-
final
- controller → ScrollController
-
the shared ScrollController which is also used in the scrollable view like ListView
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- opacityAnimationCurve → Curve
-
animation curve for blending the scroll bar in or out
final
- opacityAnimationDuration → Duration
-
animation duration for blending the scroll bar in or out
final
- padding → double
-
padding of scroll bar
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speed → double
-
scroll amount in screen dimensions
final
- threshold → double
-
threshold to avoid jittering
final
- width → double
-
width of scroll bar
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< WearOsScrollView> -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited