flutter_multi_slider library

Classes

IndicatorOptions
MultiSlider
ThumbOptions
ThumbValue
TrackbarOptions
ValueRange
Used in TrackbarBuilder as parameter. Every range between the edges of MultiSlider generate an ValueRange. Do NOT be mistaken with discrete intervals made by divisions!

Functions

findNearestValueIndex(double convertedPosition, List<double> list) int
TODO any way to optimize it?!?

Typedefs

IndicatorBuilder = IndicatorOptions Function(ThumbValue value)
ThumbBuilder = ThumbOptions Function(ThumbValue value)
TrackbarBuilder = TrackbarOptions Function(ValueRange valueRange)