trackbarBuilder property

TrackbarBuilder trackbarBuilder
final

Used to setup ranges draw. For a simplified use, try rangeColors. Run from left to right for each ValueRange. Return TrackbarOptions where you setup if the current track is active or not. You can override its size or Color by passing a color different from null.

You can use this builder with rangeColors. rangeColors has preference.

Implementation

final TrackbarBuilder trackbarBuilder;