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