borderBottom property Null safety

String? borderBottom
final

Sets the bottom border width of the box.

Box(
 borderBottom:'1'
)

Implementation

@override
final String? borderBottom;