justifyItemsEnd method

GridBuilder justifyItemsEnd()

Implementation

GridBuilder justifyItemsEnd() {
  _justifyItems = MainAxisAlignment.end;
  return this;
}