ButtonOcrForm constructor

ButtonOcrForm({
  1. Key? key,
  2. Control? control,
  3. OnChangeCallBack? onChangeCallback,
  4. bool isShowCCCD = true,
  5. bool isShowDKiem = true,
  6. bool isShowDK = true,
})

Implementation

ButtonOcrForm(
    {Key? key,
    this.control,
    this.onChangeCallback,
    this.isShowCCCD = true,
    this.isShowDKiem = true,
    this.isShowDK = true})
    : super(key: key);