Just Add decoration to your container. use BoxDecoration property in decoration. BoxDecoration has borderRadius Property. give specify border radius to your Container .
Read moreHow do you give a radius in Flutter?
Just Add decoration to your container. use BoxDecoration property in decoration. BoxDecoration has borderRadius Property. give specify border radius to your Container .
Read moreHow do you add a radius to a button in Flutter?
Create a rounded button/button with border-radius in Flutter
Read moreHow do you add a radius to a button in Flutter?
Create a rounded button/button with border-radius in Flutter
Read moreWhat can I use instead of a flat button flutter?
FlatButton, RaisedButton, and OutlineButton have been replaced by TextButton, ElevatedButton, and OutlinedButton respectively.
Read moreHow do you make a simple button in flutter?
Open the main.
Read moreHow do you make a simple button in flutter?
Open the main.
Read more