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