expand property

AutoLayout expand

Expands in both directions

Implementation

AutoLayout get expand {
  return this
    ..max
    ..crossMax;
}