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