FSliderStyle class final
A slider's style.
- Mixed-in types
Constructors
- FSliderStyle({required FLabelLayoutStyle labelLayoutStyle, required FSliderStateStyle enabledStyle, required FSliderStateStyle disabledStyle, required FSliderErrorStyle errorStyle, double crossAxisExtent = 8, double? thumbSize, Alignment tooltipTipAnchor = Alignment.bottomCenter, Alignment tooltipThumbAnchor = Alignment.topCenter})
- Creates a FSliderStyle.
Properties
- crossAxisExtent → double
-
The slider's cross-axis extent. Defaults to 8.
final
- disabledStyle → FSliderStateStyle
-
The disabled slider's style.
final
- enabledStyle → FSliderStateStyle
-
The enabled slider's style.
final
- errorStyle → FSliderErrorStyle
-
The error slider's style.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- labelLayoutStyle → FLabelLayoutStyle
-
The label's layout style.
final
- labelStyle → FLabelStyle
-
The label style.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thumbSize → double
-
The thumb's size, inclusive of . Defaults to
25
on touch platforms and20
on non-touch platforms.final - tooltipThumbAnchor → Alignment
-
The anchor of the thumb to which the tooltipTipAnchor is aligned to.
final
- tooltipTipAnchor → Alignment
-
The anchor of the tooltip to which the tooltipThumbAnchor is aligned to.
final
Methods
-
copyWith(
{FLabelLayoutStyle? labelLayoutStyle, FSliderStateStyle? enabledStyle, FSliderStateStyle? disabledStyle, FSliderErrorStyle? errorStyle, double? thumbSize, double? crossAxisExtent, Alignment? tooltipTipAnchor, Alignment? tooltipThumbAnchor}) → FSliderStyle - Returns a copy of this FSliderStyle but with the given fields replaced with the new values.
-
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