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