borderTop property Null safety

String? borderTop
final

Sets the top border width of the box.

Box(
 borderTop:'1'
)

Implementation

@override
final String? borderTop;