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