Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.