crossCenter method

AzRow crossCenter()

Implementation

AzRow crossCenter(){
  _crossAxisAlignment = CrossAxisAlignment.center;
  return this;
}