ChatThreadProvider constructor

const ChatThreadProvider({
  1. Key? key,
  2. Thread? thread,
  3. String? title,
})

Implementation

const ChatThreadProvider({Key? key, this.thread, this.title})
    : super(key: key);