CrossScrollTrack class

Constructors

CrossScrollTrack({ScrollTrackBehaviour track = ScrollTrackBehaviour.onHover, ScrollThumb thumb = ScrollThumb.alwaysDim, double hoverThickness = 8, double thickness = 8, Radius thumbRadius = const Radius.elliptical(8, 8)})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hoverThickness double?
The thickness of the scrollbar when a hover state is active and showTrackOnHover is true.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thickness double?
The thickness of the scrollbar in the cross axis of the scrollable.
final
thumb ScrollThumb
Controls the track visibility.
final
thumbRadius Radius?
The Radius of the scrollbar thumb's rounded rectangle corners.
final
track ScrollTrackBehaviour
Controls the track visibility.
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.
inherited