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