borderBottom property

  1. @override
String? borderBottom
final

Sets the bottom border width of the box.

Box(
 borderBottom:'1'
)

Implementation

@override
final String? borderBottom;