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',
                ),

Libraries

customize_button