borderRadius property
If non-null, the corners of this box are rounded by this BorderRadius.
Applies only to boxes with rectangular shapes; error if shape is not BoxShape.rectangle.
Implementation
final BorderRadiusGeometry? borderRadius;
If non-null, the corners of this box are rounded by this BorderRadius.
Applies only to boxes with rectangular shapes; error if shape is not BoxShape.rectangle.
final BorderRadiusGeometry? borderRadius;