Wrap a widget in Expanded.
Expanded expanded({Key? key, int flex = 1}) { return Expanded(key: key, flex: flex, child: this); }