Empire<T extends EmpireViewModel> constructor
Null safety
Implementation
const Empire(
this.viewModel, {
Key? key,
required this.child,
required this.onAppStateChanged,
this.debugPrintStateChanges = false,
}) : super(key: key);