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