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.
ClipRRect get roundedSm => _rounded(radius: 10);