borderTopLeftRadius property Null safety

String? borderTopLeftRadius
final

Sets the Radius of top left corner of the box.

Box(
 borderTopLeftRadius:'2'
)

Implementation

@override
final String? borderTopLeftRadius;