Align alignAtCenter({Key? key, double? heightFactor, double? widthFactor}) => Align( key: key, heightFactor: heightFactor, widthFactor: widthFactor, child: this, );