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 moreHow do you make a FlatButton in flutter?
FlatButton is the material design widget in flutter.
Read more