HomeScreen constructor

const HomeScreen({
  1. Key? key,
  2. required RouteState<Object?> routeState,
})

Implementation

const HomeScreen({super.key, required this.routeState});