Answers for ""Create a rounded button / button with border-radius in Flutter""

1

how to set button radius in flutter

RaisedButton(  shape: StadiumBorder(),  onPressed: () {},  child: Text("Button"),)
Posted by: Guest on August-29-2020

Code answers related to ""Create a rounded button / button with border-radius in Flutter""

Code answers related to "Dart"

Browse Popular Code Answers by Language