RangeSliderFlutter class

Inheritance

Constructors

RangeSliderFlutter({Key? key, double? min, double? max, required List<double> values, List<RangeSliderFlutterFixedValue>? fixedValues, Axis axis = Axis.horizontal, RangeSliderFlutterHandler? handler, RangeSliderFlutterHandler? rightHandler, double? handlerHeight, double? handlerWidth, dynamic onDragStarted(int handlerIndex, dynamic lowerValue, dynamic upperValue)?, dynamic onDragCompleted(int handlerIndex, dynamic lowerValue, dynamic upperValue)?, dynamic onDragging(int handlerIndex, dynamic lowerValue, dynamic upperValue)?, bool rangeSlider = false, bool rtl = false, bool jump = false, List<RangeSliderFlutterIgnoreSteps> ignoreSteps = const [], bool disabled = false, double? touchSize, bool visibleTouchArea = false, double minimumDistance = 0, double maximumDistance = 0, RangeSliderFlutterTooltip? tooltip, RangeSliderFlutterTrackBar trackBar = const RangeSliderFlutterTrackBar(), RangeSliderFlutterHandlerAnimation handlerAnimation = const RangeSliderFlutterHandlerAnimation(), bool selectByTap = true, RangeSliderFlutterStep step = const RangeSliderFlutterStep(), RangeSliderFlutterHatchMark? hatchMark, bool centeredOrigin = false, bool lockHandlers = false, double? lockDistance, BoxDecoration? decoration, double? textPositionTop = -60, double? textPositionBottom = 0, double? fontSize = 12, Color? textBackgroundColor = Colors.white, Color? textColor = Colors.white, String? suffixText = '', BoxDecoration? foregroundDecoration})

Properties

axis Axis
final
centeredOrigin bool
final
decoration BoxDecoration?
final
disabled bool
final
fixedValues List<RangeSliderFlutterFixedValue>?
final
fontSize double?
final
foregroundDecoration BoxDecoration?
final
handler RangeSliderFlutterHandler?
final
handlerAnimation RangeSliderFlutterHandlerAnimation
final
handlerHeight double?
final
handlerWidth double?
final
hashCode int
The hash code for this object.
no setterinherited
hatchMark RangeSliderFlutterHatchMark?
final
ignoreSteps List<RangeSliderFlutterIgnoreSteps>
final
jump bool
final
key Key?
Controls how one widget replaces another widget in the tree.
final
lockDistance double?
final
lockHandlers bool
final
max double?
final
maximumDistance double
final
min double?
final
minimumDistance double
final
onDragCompleted → (dynamic Function(int handlerIndex, dynamic lowerValue, dynamic upperValue)?)
final
onDragging → (dynamic Function(int handlerIndex, dynamic lowerValue, dynamic upperValue)?)
final
onDragStarted → (dynamic Function(int handlerIndex, dynamic lowerValue, dynamic upperValue)?)
final
rangeSlider bool
final
rightHandler RangeSliderFlutterHandler?
final
rtl bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectByTap bool
final
step RangeSliderFlutterStep
final
suffixText String?
final
textBackgroundColor Color?
final
textColor Color?
final
textPositionBottom double?
final
textPositionTop double?
final
tooltip RangeSliderFlutterTooltip?
final
touchSize double?
final
trackBar RangeSliderFlutterTrackBar
final
values List<double>
final
visibleTouchArea bool
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _RangeSliderFlutterState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
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
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited