roundedNone property

ClipRRect get roundedNone

Removes the border radius from the widget, making it square.

Returns a ClipRRect widget with no border radius.

Implementation

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