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