borderRight property Null safety

String? borderRight
final

Sets the right border width of the box.

Box(
 borderRight:'1'
)

Implementation

@override
final String? borderRight;