ResizableDraggerTheme class
Theme for HorizontalResizableDragger and VerticalResizableDragger.
Constructors
Properties
- borderRadius → double?
-
Border radius of the dragger.
final
- color → Color?
-
Background color of the dragger.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- height → double?
-
Height of the dragger.
final
- iconColor → Color?
-
Icon color inside the dragger.
final
- iconSize → double?
-
Icon size inside the dragger.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → double?
-
Width of the dragger.
final
Methods
-
copyWith(
{ValueGetter< Color?> ? color, ValueGetter<double?> ? borderRadius, ValueGetter<double?> ? width, ValueGetter<double?> ? height, ValueGetter<double?> ? iconSize, ValueGetter<Color?> ? iconColor}) → ResizableDraggerTheme -
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.
override