h property

  1. @override
String? h
final

Sets the box height

Box(
 h:'2'
)

Implementation

@override
final String? h;