using shape property in flutter for circular corner

Solutions on MaxInterview for using shape property in flutter for circular corner by the best coders in the world

showing results for - "using shape property in flutter for circular corner"
Valeria
05 Jan 2018
1shape: RoundedRectangleBorder(
2  borderRadius: BorderRadius.circular(18.0),
3  side: BorderSide(color: Colors.red)
4),
similar questions