Widget center({ Key? key, double? widthFactor, double? heightFactor, }) => Center( key: key, widthFactor: widthFactor, heightFactor: heightFactor, child: this, );