FSliderSelection class sealed

A FSlider's active track/selection.

Mixed-in types

Constructors

FSliderSelection({required double max, double min, ({double max, double min}) extent})
Creates a FSliderSelection.
factory

Properties

extent → ({double max, double min})
The selection's minimum and maximum extent along the slider's track, in percentage.
final
hashCode int
The hash code for this object.
no setteroverride
offset → ({double max, double min})
The selection's current minimum and maximum offset along the slider's track, in percentage.
final
rawExtent → ({double max, double min, double total})
The selection's minimum and maximum extent along the slider's track, in logical pixels.
final
rawOffset → ({double max, double min})
The selection's current minimum and maximum offset along the slider's track, in logical pixels.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
move({required bool min, required double to}) FSliderSelection
Returns a FSliderSelection which min edge is extended/shrunk to the given offset.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
step({required bool min, required bool extend}) FSliderSelection
Returns a FSliderSelection which min edge is extended/shrunk to the previous/next step.
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