borderLeftRadius property Null safety

String? borderLeftRadius
final

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

Box(
 borderLeftRadius:'2'
)

Implementation

@override
final String? borderLeftRadius;