expand property
AutoLayout
get
expand
Expands in both directions
Implementation
AutoLayout get expand {
return this
..max
..crossMax;
}
Expands in both directions
AutoLayout get expand {
return this
..max
..crossMax;
}