justifyBetween method

GridBuilder justifyBetween()

Implementation

GridBuilder justifyBetween() {
  _justifyContent = MainAxisAlignment.spaceBetween;
  return this;
}