FSliderStateStyle class final
A slider state's style.
- Implemented types
- Mixed-in types
- Implementers
Constructors
- FSliderStateStyle({required TextStyle labelTextStyle, required TextStyle descriptionTextStyle, required Color activeColor, required Color inactiveColor, required FSliderMarkStyle markStyle, required FSliderThumbStyle thumbStyle, required FTooltipStyle tooltipStyle, BorderRadius borderRadius = const BorderRadius.all(Radius.circular(4))})
- Creates a FSliderStateStyle.
Properties
- activeColor → Color
-
The slider's active track color.
final
- borderRadius → BorderRadius
-
The slider's border radius.
final
- descriptionTextStyle → TextStyle
-
The help/error's TextStyle.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- inactiveColor → Color
-
The slider's inactive track color.
final
- labelTextStyle → TextStyle
-
The label's TextStyle.
final
- markStyle → FSliderMarkStyle
-
The slider marks' style.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thumbStyle → FSliderThumbStyle
-
The slider thumb's style.
final
- tooltipStyle → FTooltipStyle
-
The tooltip's style.
final
Methods
-
copyWith(
{TextStyle? labelTextStyle, TextStyle? descriptionTextStyle, Color? activeColor, Color? inactiveColor, double? mainAxisPadding, BorderRadius? borderRadius, FSliderMarkStyle? markStyle, FSliderThumbStyle? thumbStyle, FTooltipStyle? tooltipStyle}) → FSliderStateStyle -
Returns a copy of this FSliderStateStyle but with the given fields replaced with the new values.
override
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringShort(
) → String -
A brief description of this object, usually just the runtimeType and the
hashCode.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override