borderBottomRightRadius property Null safety

String? borderBottomRightRadius
final

Sets the Radius of bottom right corner of the box.

Box(
 borderBottomRightRadius:'2'
)

Implementation

@override
final String? borderBottomRightRadius;