FSliderStyle class final
A slider's style.
- Implemented types
- Mixed-in types
- Available extensions
Constructors
- FSliderStyle.new({required FLabelLayoutStyle labelLayoutStyle, required FSliderStateStyle enabledStyle, required FSliderStateStyle disabledStyle, required FSliderErrorStyle errorStyle, double crossAxisExtent = 8, double? thumbSize, AlignmentGeometry tooltipTipAnchor = Alignment.bottomCenter, AlignmentGeometry 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 setterinherited
- labelLayoutStyle → FLabelLayoutStyle
-
The label's layout style.
final
- 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 → AlignmentGeometry
-
The anchor of the thumb to which the tooltipTipAnchor is aligned to.
final
- tooltipTipAnchor → AlignmentGeometry
-
The anchor of the tooltip to which the tooltipThumbAnchor is aligned to.
final
Methods
-
copyWith(
{FLabelLayoutStyle? labelLayoutStyle, FSliderStateStyle? enabledStyle, FSliderStateStyle? disabledStyle, FSliderErrorStyle? errorStyle, double? crossAxisExtent, double? thumbSize, AlignmentGeometry? tooltipTipAnchor, AlignmentGeometry? tooltipThumbAnchor}) → FSliderStyle -
Returns a copy of this FSliderStyle with the given properties replaced.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
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
-
transform(
T function(T)) → T -
Available on T, provided by the FTransformables extension
Transform thisT
using the givenfunction
.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited