contentEnd method

GridBuilder contentEnd()

Implementation

GridBuilder contentEnd() {
  _alignContent = CrossAxisAlignment.end;
  return this;
}