mainSizeMax method

AzColumn mainSizeMax()

Implementation

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