borderBottomLeftRadius property Null safety

String? borderBottomLeftRadius
final

Sets the Radius of bottom right corner of the box.

Box(
 borderBottomLeftRadius:'2'
)

Implementation

@override
final String? borderBottomLeftRadius;