Flexible flexible({ int flex = 1, FlexFit fit = FlexFit.loose, }) { return Flexible(flex: flex, fit: fit, child: this); }