Removes the border radius from the widget, making it square.
Returns a ClipRRect widget with no border radius.
ClipRRect get roundedNone => _rounded(radius: 0);