columnGrow method

ColumnBuilder columnGrow()

Implementation

ColumnBuilder columnGrow() {
  _mainAxisSize = MainAxisSize.max;
  return this;
}