itemsEnd method

RowBuilder itemsEnd()

Implementation

RowBuilder itemsEnd() {
  _crossAxisAlignment = CrossAxisAlignment.end;
  return this;
}