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