Published
- 1 min read
button shape flutter
The solution for this is noted below
button shape flutter
Solution
shape: RoundedRectangleBorder(),
shape: BeveledRectangleBorder(),
shape: ContinuousRectangleBorder(),
shape: CircleBorder(),
Try other methods by searching on the site. That is if this doesn’t work