crossEnd method

AzRow crossEnd()

Implementation

AzRow crossEnd(){
  _crossAxisAlignment = CrossAxisAlignment.end;
  return this;
}