borderLeftRadius property Null safety
final
Sets the Radius of left top and bottom corner of the box.
Box(
borderLeftRadius:'2'
)
Implementation
@override
final String? borderLeftRadius;
Sets the Radius of left top and bottom corner of the box.
Box(
borderLeftRadius:'2'
)
@override
final String? borderLeftRadius;