ChatBox constructor

const ChatBox({
  1. Key? key,
  2. bool autofocus = true,
  3. bool chatBoxBorder = true,
})

Implementation

const ChatBox({super.key, this.autofocus = true, this.chatBoxBorder = true});