Modifier for expanding widgets.
Expanded expand({int flex = 1}) { return Expanded( flex: flex, child: this, ); }