justifyItemsStart method

GridBuilder justifyItemsStart()

Implementation

GridBuilder justifyItemsStart() {
  _justifyItems = MainAxisAlignment.start;
  return this;
}