borderTop property Null safety
final
Sets the top border width of the box.
Box(
borderTop:'1'
)
Implementation
@override
final String? borderTop;
Sets the top border width of the box.
Box(
borderTop:'1'
)
@override
final String? borderTop;