flexGrow method

FlexBuilder flexGrow()

Implementation

FlexBuilder flexGrow() {
  _mainAxisSize = MainAxisSize.max;
  return this;
}