borderLeft property Null safety

String? borderLeft
final

Sets the right border width of the box.

Box(
 borderLeft:'1'
)

Implementation

@override
final String? borderLeft;