0 purchases
customize button
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',
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.