customize_button 0.0.7
customize_button: ^0.0.7 copied to clipboard
Customized buttons for asyncronous onPressed function. Supports seamless loading functionality by just adding is loading and easily customize background color, font color, font style, etc.
This Package lets you make customized button without any hassle. Just pass the title and ontap function and you're done. You can do add background color and etc using the the package. For More info read the docs below.
Features #
Add this package to your flutter app to:
- to add button without writing a big code
- to add background color
- to add customize fontstyle
- and many more things
Usage #
CustomizedButton(
onTap: () {
},
text: 'Demo Button',
),