mainSizeMin method

AzRow mainSizeMin()

Implementation

AzRow mainSizeMin(){
  _mainAxisSize = MainAxisSize.min;
  return this;
}