borderTopRadius property Null safety

String? borderTopRadius
final

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

Box(
 borderTopRadius:'2'
)

Implementation

@override
final String? borderTopRadius;