roundedSm property

ClipRRect get roundedSm

Applies a border radius of 10 logical pixels to the widget, making it more rounded.

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

Implementation

ClipRRect get roundedSm => _rounded(radius: 10);