height property Null safety

String? height
final

Sets the box height

Box(
 height:'2'
)

Implementation

@override
final String? height;