rowGrow method

RowBuilder rowGrow()

Implementation

RowBuilder rowGrow() {
  _mainAxisSize = MainAxisSize.max;
  return this;
}