roundedSm property

ClipRRect roundedSm

The roundedSm getter applies a border radius of 10 dp to the Container, making it more rounded.

Implementation

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