sa_progress_bar

Last updated:

0 purchases

sa_progress_bar Image
sa_progress_bar Images
Add to Cart

Description:

sa progress bar

SaProgressBar #
A simple progress bar controller
Screenshot #

How To Use #
SaProgressBar(
controller: _controller,
onMoved: (value) {
print('onMove: $value');
},
onTap: (value) {
print('onTap: $value');
},
)
copied to clipboard
ProgressController: responsible for control the progress on main stream and buffer stream
please check out controller.moveTo() controller.moveBufferTo()
onMoved : indicator's drag action callback.
onTap : user tap on the progress bar. (This can make your indicator jump to the following position)

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.