borderRadius property Null safety
final
The border radius of the rounded corners.
Values are clamped so that horizontal and vertical radii sums do not exceed width/height.
This is ignored if the shape is not BoxShape.rectangle.
Implementation
final BorderRadius? borderRadius;