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