justifyItemsCenter method

GridBuilder justifyItemsCenter()

Implementation

GridBuilder justifyItemsCenter() {
  _justifyItems = MainAxisAlignment.center;
  return this;
}