crossStart method

AzRow crossStart()

Implementation

AzRow crossStart(){
  _crossAxisAlignment = CrossAxisAlignment.start;
  return this;
}