const StatefulWidgetWrapper({ Key? key, required this.child, required this.runtimeTypeWidget, }) : super(key: key);