menu
fast_app_base package
documentation
common/common.dart
VxBox
height method
height method
dark_mode
light_mode
height
method
VxBox
height
(
double
val
)
Sets the height property of the box.
Implementation
VxBox height(double val) => this.._height = val;
fast_app_base package
documentation
common/common
VxBox
height method
VxBox class