yg_indicator_button

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

yg indicator button

Features #

Getting started #
add yg_indicator_button: to your pubspec.yaml file.
dependencies:
flutter:
sdk: flutter
yg_indicator_button:
copied to clipboard
Usage #
TODO: Include short and useful examples for package users. Add longer examples
to /example folder.
YGIndicatorButton(
normalTitle: 'Create',
height: 50,
width: 200,
action: (closure) {
closure(YGIndicatorStatus.loading);
// fake API request
Future.delayed(const Duration(seconds: 2), () {
closure(YGIndicatorStatus.completed);
});
},
)
copied to clipboard

License

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

Files:

Customer Reviews

There are no reviews.