width property Null safety

String? width
final

Sets the box height

Box(
 width:'2'
)

Implementation

@override
final String? width;