crossStart method

AzColumn crossStart()

Implementation

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