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