roundedNone property

ClipRRect roundedNone

The roundedNone getter removes the border radius from the Container, making it square.

Implementation

ClipRRect get roundedNone => _rounded(radius: 0);