ChatThreadPreview constructor

const ChatThreadPreview({
  1. Key? key,
  2. required RoomClient room,
  3. required String path,
})

Implementation

const ChatThreadPreview({super.key, required this.room, required this.path});