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