mainEnd method

AzRow mainEnd()

Implementation

AzRow mainEnd(){
  _mainAxisAlignment = MainAxisAlignment.end;
  return this;
}