Versatile button widget with customizable styles and animations.
- Filled, outlined, text, icon styles
- Loading spinner state
- Disabled state
- Custom colors and sizing
OnProcessButton(
onPressed: () async {
await someAsyncTask();
},
child: Text("Submit"),
)dependencies:
on_process_button_widget: ^1.0.0