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