borderWidth property Null safety
final
Sets the border width of the box from all the side.
Box(
borderWidth:'1'
)
Implementation
@override
final String? borderWidth;
Sets the border width of the box from all the side.
Box(
borderWidth:'1'
)
@override
final String? borderWidth;