ChatIMProvider constructor

const ChatIMProvider({
  1. Key? key,
  2. String? title,
  3. String? custom,
  4. String? postscript,
  5. Thread? thread,
  6. bool? isThread,
})

Implementation

const ChatIMProvider(
    {Key? key,
    this.title,
    this.custom,
    this.postscript,
    this.thread,
    this.isThread})
    : super(key: key);