borderLeft property

  1. @override
String? borderLeft
final

Sets the right border width of the box.

Box(
 borderLeft:'1'
)

Implementation

@override
final String? borderLeft;