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