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