mainStart method

AzRow mainStart()

Implementation

AzRow mainStart(){
  _mainAxisAlignment = MainAxisAlignment.start;
  return this;
}