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