HomeScreen constructor
const
HomeScreen({
- Key? key,
- required RouteState<
Object?> routeState,
Implementation
const HomeScreen({super.key, required this.routeState});