borderStyle property

  1. @override
String? borderStyle
final

Sets the border color of the box.

Box(
 borderStyle:'solid'
)

Implementation

@override
final String? borderStyle;