Last updated:
0 purchases
my button
"Enough with the nesting! Easily implement a stylish ElevatedButton!"
Usage #
MyButton(
fontStyle: FontStyle.italic,
text: "button5",
fontSize: 30,
outlinedBorder: const RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(10))),
backgroundColor: Colors.yellow,
borderWidth: 0,
borderColor: Colors.yellow,
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.