const CDKApp( {Key? key, this.defaultAppearance = "system", this.defaultColor = "systemBlue", required this.child}) : super(key: key);