Center({double? widthFactor, double? heightFactor, Widget? child}) : super( widthFactor: widthFactor, heightFactor: heightFactor, child: child);