justifyStart method

GridBuilder justifyStart()

Implementation

GridBuilder justifyStart() {
  _justifyContent = MainAxisAlignment.start;
  return this;
}