BetterCupertinoSliderConfigure class
Constructors
- BetterCupertinoSliderConfigure.new({BoxConstraints additionalConstraints = const BoxConstraints.tightFor(width: 176.0, height: 28.0), bool useTapGesture = true, double trackHorizontalPadding = 8.0, double trackHeight = 4.0, Color trackLeftColor = const Color(0xFFFF6B26), Color trackRightColor = const Color(0xFFE3E9EF), double thumbRadius = 8.0, BetterCupertinoThumbPainter thumbPainter = defaultThumbPainter})
-
const
Properties
- additionalConstraints → BoxConstraints
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thumbPainter → BetterCupertinoThumbPainter
-
final
- thumbRadius → double
-
final
- trackHeight → double
-
final
- trackHorizontalPadding → double
-
final
- trackLeftColor → Color
-
final
- trackRightColor → Color
-
final
- useTapGesture → bool
-
final
Methods
-
copyWith(
{BoxConstraints? additionalConstraints, bool? useTapGesture, double? trackHorizontalPadding, double? trackHeight, Color? trackLeftColor, Color? trackRightColor, double? thumbRadius, BetterCupertinoThumbPainter? thumbPainter}) → BetterCupertinoSliderConfigure -
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