custom_seek_bar

Creator: coderz1093

Last updated:

0 purchases

custom_seek_bar Image
custom_seek_bar Images

Languages

Categories

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.