itemsStretch method

RowBuilder itemsStretch()

Implementation

RowBuilder itemsStretch() {
  _crossAxisAlignment = CrossAxisAlignment.stretch;
  return this;
}