DialogSelectOptions constructor

DialogSelectOptions({
  1. Key? key,
  2. CallbackData? callback,
  3. bool isShowCCCD = true,
  4. bool isShowDK = true,
  5. bool isShowDKiem = true,
})

Implementation

DialogSelectOptions(
    {Key? key,
    this.callback,
    this.isShowCCCD = true,
    this.isShowDK = true,
    this.isShowDKiem = true})
    : super(key: key);