Published
- 1 min read
BorderRadius.only flutter
The solution for this is noted below
BorderRadius.only flutter
Solution
BorderRadius.only(
topLeft: Radius.circular(20),
topRight: Radius.circular(20),
),
Try other methods by searching on the site. That is if this doesn’t work