mc_button

Last updated:

0 purchases

mc_button Image
mc_button Images
Add to Cart

Description:

mc button

mc_button #
Simple Widget Gradient Button.
Installation #
You just need to add mc_button as a dependency in your pubspec.yaml file.
dependencies:
mc_button: ^0.0.1
copied to clipboard
Example #
In these examples, show red and orange button.
MCButton(
height: 80,
width: 160,
firstColor: Colors.orange,
secondColor: Colors.red,
//circular: 20, // change it for border radius
child: const Center(
child: Text('hello',style: TextStyle(
color: Colors.white,
fontSize: 28,
fontWeight: FontWeight.w600)
),
),
onTap: (){
debugPrint('pressed');
},
);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.