Screen({Key? key, Symbol? id}) : super(key: key) { this.id = id ?? ID.unique; route = ScreenRoute(this); }