borderRadius property

BorderRadius? borderRadius
final

If non-null, the corners of this box are rounded by this BorderRadius.

Applies only to Richbar with rectangular shapes; ignored if shape is not BoxShape.rectangle

Implementation

final BorderRadius? borderRadius;