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