roundedLg property

ClipRRect get roundedLg

Applies a border radius of 25 logical pixels to the widget.

Returns a ClipRRect widget with a border radius of 25 logical pixels.

Implementation

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