borderLeftRadius property

  1. @override
String? borderLeftRadius
final

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

Box(
 borderLeftRadius:'2'
)

Implementation

@override
final String? borderLeftRadius;