ScrollbarProps class

Constructors

ScrollbarProps({ScrollController? controller, bool? isAlwaysShown, bool? showTrackOnHover, double? hoverThickness, double? thickness, Radius? radius, bool? interactive, ScrollNotificationPredicate? notificationPredicate})

Properties

controller ScrollController?
final
hashCode int
The hash code for this object.
no setterinherited
hoverThickness double?
final
interactive bool?
final
isAlwaysShown bool?
final
notificationPredicate ScrollNotificationPredicate?
final
radius Radius?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showTrackOnHover bool?
final
thickness double?
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