rowShrink method

RowBuilder rowShrink()

Implementation

RowBuilder rowShrink() {
  _mainAxisSize = MainAxisSize.min;
  return this;
}