LivechatScreen constructor

const LivechatScreen({
  1. Key? key,
  2. bool newMessage = false,
})

Implementation

const LivechatScreen({super.key, this.newMessage = false});