roundedLg property

ClipRRect roundedLg

The roundedLg getter applies a border radius of 25 dp to the Container, making it even more rounded.

Implementation

ClipRRect get roundedLg => _rounded(radius: 25);