changeStyle method
Change the style of the progress bar.
Implementation
Future<void> changeStyle(ProgressBarStyle style) async {
throw UnimplementedError('changeStyle() has not been implemented.');
}
Change the style of the progress bar.
Future<void> changeStyle(ProgressBarStyle style) async {
throw UnimplementedError('changeStyle() has not been implemented.');
}