justifyStart method

RowBuilder justifyStart()

Implementation

RowBuilder justifyStart() {
  _mainAxisAlignment = MainAxisAlignment.start;
  return this;
}