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