flexShrink method

FlexBuilder flexShrink()

Implementation

FlexBuilder flexShrink() {
  _mainAxisSize = MainAxisSize.min;
  return this;
}