borderRadius property

BorderRadius? borderRadius
final

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

Applies only to boxes with rectangular shapes; Must be null if shape is BoxShape.circle.

Implementation

final BorderRadius? borderRadius;