FSliderErrorStyle class final

A slider error's style.

Inheritance
Implemented types

Constructors

FSliderErrorStyle({required TextStyle errorTextStyle, 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 FSliderErrorStyle.

Properties

activeColor Color
The slider's active track color.
finalinherited
borderRadius BorderRadius
The slider's border radius.
finalinherited
descriptionTextStyle TextStyle
The help/error's TextStyle.
finalinherited
errorTextStyle TextStyle
The error's TextStyle.
final
hashCode int
The hash code for this object.
no setterinherited
inactiveColor Color
The slider's inactive track color.
finalinherited
labelTextStyle TextStyle
The label's TextStyle.
finalinherited
markStyle FSliderMarkStyle
The slider marks' style.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbStyle FSliderThumbStyle
The slider thumb's style.
finalinherited
tooltipStyle FTooltipStyle
The tooltip's style.
finalinherited

Methods

copyWith({TextStyle? labelTextStyle, TextStyle? descriptionTextStyle, TextStyle? errorTextStyle, Color? activeColor, Color? inactiveColor, double? mainAxisPadding, BorderRadius? borderRadius, FSliderMarkStyle? markStyle, FSliderThumbStyle? thumbStyle, FTooltipStyle? tooltipStyle}) FSliderErrorStyle
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.
inherited