ScrollbarProps class Null safety
Constructors
- ScrollbarProps({ScrollbarOrientation? scrollbarOrientation, bool? thumbVisibility, bool? trackVisibility, double? thickness, Radius? radius, bool? interactive, ScrollNotificationPredicate? notificationPredicate})
-
const
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- interactive → bool?
-
final
- notificationPredicate → ScrollNotificationPredicate?
-
final
- radius → Radius?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- scrollbarOrientation → ScrollbarOrientation?
-
final
- thickness → double?
-
final
- thumbVisibility → bool?
-
final
- trackVisibility → bool?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited