justifyItemsStretch method

GridBuilder justifyItemsStretch()

Implementation

GridBuilder justifyItemsStretch() {
  _justifyItems = MainAxisAlignment.spaceBetween; // 用作stretch的替代
  return this;
}