Widget centered({double? widthFactor, double? heightFactor}) { return Center(widthFactor: widthFactor, heightFactor: heightFactor, child: this); }