width property

  1. @override
String? width
final

Sets the box height

Box(
 width:'2'
)

Implementation

@override
final String? width;