0 purchases
custom seek bar
/// SeekBar(
/// value: 0.5,
/// secondValue: 0.8,
/// progressColor: Colors.blue,
/// secondProgressColor: Colors.orange,
/// onStartTrackingTouch: () {
/// print('onStartTrackingTouch');
/// },
/// onProgressChanged: (value) {
/// print('onProgressChanged:$value');
/// },
/// onStopTrackingTouch: () {
/// print('onStopTrackingTouch');
/// },
/// )
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.