Widget flexible({ Key? key, int flex = 1, FlexFit fit = FlexFit.loose, }) => Flexible( flex: flex, fit: fit, key: key, child: this, );