borderBottomRadius property Null safety

String? borderBottomRadius
final

Sets the Radius of bottom right and left corner of the box.

Box(
 borderBottomRadius:'2'
)

Implementation

@override
final String? borderBottomRadius;