borderTopRightRadius property Null safety

String? borderTopRightRadius
final

Sets the Radius of top right corner of the box.

Box(
 borderTopRightRadius:'2'
)

Implementation

@override
final String? borderTopRightRadius;