crossAxisStretch property

AutoLayout crossAxisStretch

Implementation

AutoLayout get crossAxisStretch {
  return this.._crossAxisAlignment = CrossAxisAlignment.stretch;
}