height method
Sets the height of the container.
Implementation
VContainer height(double h) => VContainer(
child: child,
alignment: alignment,
padding: padding,
margin: margin,
width: _width,
height: h,
decoration: decoration,
);
Sets the height of the container.
VContainer height(double h) => VContainer(
child: child,
alignment: alignment,
padding: padding,
margin: margin,
width: _width,
height: h,
decoration: decoration,
);