justifyStart method

FlexBuilder justifyStart()

Implementation

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