wFull method

w-full -->gt; width: 100%;

Implementation

ContainerBuilder wFull() {
  _width = double.infinity;
  return this;
}