mainCenter method

AzRow mainCenter()

Implementation

AzRow mainCenter(){
  _mainAxisAlignment = MainAxisAlignment.center;
  return this;
}