borderColor property Null safety

String? borderColor
final

Sets the border color of the box.

Box(
 borderColor:'2'
)

Implementation

@override
final String? borderColor;