rounded property

ClipRRect get rounded

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

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

Implementation

ClipRRect get rounded => _rounded(radius: 15);