ChatLSPage constructor

const ChatLSPage({
  1. Key? key,
  2. String? wid,
  3. String? aid,
  4. String? type,
  5. String? title,
  6. String? custom,
  7. String? postscript,
  8. bool? isThread,
  9. Thread? thread,
  10. ValueSetter<String>? customCallback,
})

Implementation

const ChatLSPage(
    {Key? key,
    this.wid,
    this.aid,
    this.type,
    this.title,
    this.custom,
    this.postscript,
    this.isThread,
    this.thread,
    this.customCallback})
    : super(key: key);