"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,
)

Libraries

my_button