FlatButton is the material design widget in flutter.
Read moreHow do you make a bordered button flutter?
To add a border around a button, we can customize the button’s shape property . The shape requires a RoundedRectangleBorder property. RoundedRectangleBorder further requires a side property and an optional borderRadius property set.10 Ara 2020
Read more