ChatKFPage constructor

const ChatKFPage({
  1. Key? key,
  2. String? sid,
  3. String? type,
  4. String? title,
  5. String? custom,
  6. String? postscript,
  7. ValueSetter<String>? customCallback,
})

Implementation

const ChatKFPage(
    {super.key,
    this.sid,
    this.type,
    this.title,
    this.custom,
    this.postscript,
    // this.isThread,
    // this.thread,
    this.customCallback});