QChatRoomScreen constructor

const QChatRoomScreen({
  1. Key? key,
  2. OnBackBtnFn? onBack,
})

Implementation

const QChatRoomScreen({super.key, this.onBack});