roundedXl property

ClipRRect get roundedXl

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

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

Implementation

ClipRRect get roundedXl => _rounded(radius: 30);