ChatScreen constructor

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

Implementation

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