justifyBetween method

FlexBuilder justifyBetween()

Implementation

FlexBuilder justifyBetween() {
  _mainAxisAlignment = MainAxisAlignment.spaceBetween;
  return this;
}