IDKitSlider class

Constructors

IDKitSlider()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

bilateralSlider({Key? key, double initValue = 0, double maxValue = 1, double minValue = -1, double thumbSize = 6, Color thumbColor = Colors.blue, Duration thumbAnimationDuration = const Duration(milliseconds: 200), bool isThumbAnimated = true, double trackIndent = 3, double trackHeight = 3, Color trackColor = Colors.grey, Color trackActiveColor = Colors.blue, List<Color>? trackActiveGradientColors, List<double>? trackActiveGradientStops, AlignmentGeometry trackActiveGradientBegin = Alignment.centerLeft, AlignmentGeometry trackActiveGradientEnd = Alignment.centerRight, TileMode trackActiveGradientTileMode = TileMode.clamp, bool floatingMark = true, double floatingMarkWidth = 1, double floatingMarkIndent = 3, Color floatingMarkColor = Colors.blue, void sliderValueMethod(double)?}) CustomBilateralSilder
Bilateral sliding track widget. All parameters can be viewed in CustomBilateralSilder.
rangeSlider({Key? key, double initLeftValue = 0, double initRightValue = 1, double maxValue = 1, double minValue = 0, double thumbSize = 6, Color thumbColor = Colors.blue, Duration thumbAnimationDuration = const Duration(milliseconds: 200), bool isThumbAnimated = true, double trackIndent = 3, double trackHeight = 3, Color trackColor = Colors.grey, Color trackActiveColor = Colors.blue, List<Color>? trackActiveGradientColors, List<double>? trackActiveGradientStops, AlignmentGeometry trackActiveGradientBegin = Alignment.centerLeft, AlignmentGeometry trackActiveGradientEnd = Alignment.centerRight, TileMode trackActiveGradientTileMode = TileMode.clamp, bool floatingMark = true, double floatingMarkWidth = 1, double floatingMarkIndent = 3, Color floatingMarkColor = Colors.blue, void sliderValueMethod(double, double)?}) CustomRangeSlider
Range Slider Widget. All parameters can be viewed in CustomRangeSlider.
slider({Key? key, double initValue = 0, double maxValue = 1, double minValue = 0, double thumbSize = 6, Color thumbColor = Colors.blue, Duration thumbAnimationDuration = const Duration(milliseconds: 200), bool isThumbAnimated = true, double trackIndent = 3, double trackHeight = 3, Color trackColor = Colors.grey, Color trackActiveColor = Colors.blue, List<Color>? trackActiveGradientColors, List<double>? trackActiveGradientStops, AlignmentGeometry trackActiveGradientBegin = Alignment.centerLeft, AlignmentGeometry trackActiveGradientEnd = Alignment.centerRight, TileMode trackActiveGradientTileMode = TileMode.clamp, bool floatingMark = true, double floatingMarkWidth = 1, double floatingMarkIndent = 3, Color floatingMarkColor = Colors.blue, void sliderValueMethod(double)?}) CustomSingleSlider
Slide track widget. All parameters can be viewed in CustomSingleSlider.