roundedXs property

ClipRRect roundedXs

The roundedXs getter applies a border radius of 5 dp to the Container, making it slightly rounded.

Implementation

ClipRRect get roundedXs => _rounded(radius: 5);