justifyEnd method

GridBuilder justifyEnd()

Implementation

GridBuilder justifyEnd() {
  _justifyContent = MainAxisAlignment.end;
  return this;
}