roundedXl property

ClipRRect roundedXl

The roundedXl getter applies a border radius of 30 dp to the Container, making it even more rounded.

Implementation

ClipRRect get roundedXl => _rounded(radius: 30);