SBBSliderStyle class
- Available extensions
Constructors
- SBBSliderStyle.new({Color? activeTrackColor, Color? inactiveTrackColor, Color? thumbColor, Color? thumbBorderColor, Color? iconColor, Color? disabledIconColor})
- SBBSliderStyle.$default({required SBBBaseStyle baseStyle})
-
factory
Properties
- activeTrackColor → Color?
-
final
- disabledIconColor → Color?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconColor → Color?
-
final
- inactiveTrackColor → Color?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thumbBorderColor → Color?
-
final
- thumbColor → Color?
-
final
Methods
-
copyWith(
{Color? activeTrackColor, Color? inactiveTrackColor, Color? thumbColor, Color? thumbBorderColor, Color? thumbBackgroundColor, Color? iconColor, Color? disabledIconColor}) → SBBSliderStyle -
lerp(
SBBSliderStyle? other, double t) → SBBSliderStyle -
merge(
SBBSliderStyle? other) → SBBSliderStyle -
Available on SBBSliderStyle?, provided by the SBBSliderStyleExtension extension
-
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