Just Add decoration to your container. use BoxDecoration property in decoration. BoxDecoration has borderRadius Property. give specify border radius to your Container .12 Eki 2020
Read moreHow do you set the radius of a container in flutter?
Just Add decoration to your container. use BoxDecoration property in decoration. BoxDecoration has borderRadius Property. give specify border radius to your Container .12 Eki 2020
Read moreHow do you round a container in flutter?
“flutter round container” Code Answer’s
Read moreHow do you round a container in flutter?
“flutter round container” Code Answer’s
Read moreHow do you corner radius container in flutter?
If you want border for all the corners you can use like bellow. Container( decoration: BoxDecoration( color: Colors. white, borderRadius: BorderRadius. all( Radius.
Read more