childWidget method
Sets the child widget.
Implementation
VContainer childWidget(Widget child) => VContainer(
child: child,
alignment: alignment,
padding: padding,
margin: margin,
width: _width,
height: _height,
decoration: decoration,
);