customize_button 0.0.7 copy "customize_button: ^0.0.7" to clipboard
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',
                ),
6
likes
105
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on customize_button