ScrollableClientTheme class
Theme data for ScrollableClient.
Constructors
- ScrollableClientTheme.new({DiagonalDragBehavior? diagonalDragBehavior, DragStartBehavior? dragStartBehavior, ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior, Clip? clipBehavior, HitTestBehavior? hitTestBehavior, bool? overscroll})
-
const
Properties
- clipBehavior → Clip?
-
final
- diagonalDragBehavior → DiagonalDragBehavior?
-
final
- dragStartBehavior → DragStartBehavior?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- hitTestBehavior → HitTestBehavior?
-
final
- keyboardDismissBehavior → ScrollViewKeyboardDismissBehavior?
-
final
- overscroll → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{ValueGetter< DiagonalDragBehavior?> ? diagonalDragBehavior, ValueGetter<DragStartBehavior?> ? dragStartBehavior, ValueGetter<ScrollViewKeyboardDismissBehavior?> ? keyboardDismissBehavior, ValueGetter<Clip?> ? clipBehavior, ValueGetter<HitTestBehavior?> ? hitTestBehavior, ValueGetter<bool?> ? overscroll}) → ScrollableClientTheme -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override