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