gradiantbutton

Last updated:

0 purchases

gradiantbutton Image
gradiantbutton Images
Add to Cart

Description:

gradiantbutton

Features #
Use Gradiant Button for Beautiful Effect in your App
Usage #
Scaffold(
body: Center(
child: GradiantButton(
child: Text(
' Gradiant Button',
style: TextStyle(color: Colors.white),
),
gradient: LinearGradient(
colors: <Color>[
Colors.blue,
Colors.pink,
],
),
onPressed: () {

},
width: 150,
radius: 50),
));
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.