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