roundedFull property

ClipRRect roundedFull

The roundedFull getter applies a circular border radius to the Container, making it a full circle.

Implementation

ClipRRect get roundedFull => _rounded(radius: 999999);