mainSizeMax method

AzRow mainSizeMax()

Implementation

AzRow mainSizeMax(){
  _mainAxisSize = MainAxisSize.max;
  return this;
}