ImpactCodeTF constructor

ImpactCodeTF({
  1. TextEditingController? TFCtrl,
  2. String? HintTextEmpty,
  3. String? HintTextWrong,
  4. TextDirection? TxtDirection,
  5. dynamic OnChangeDo,
  6. bool? TFEnabled,
  7. String? HintText,
  8. TFDecoration? TFDecor,
  9. bool? ShowIcon,
  10. Widget? PrefixIcon,
  11. Color? BoxIcClr,
  12. String? SuccessCode,
})

Implementation

ImpactCodeTF({
  this.TFCtrl,
  this.HintTextEmpty,
  this.HintTextWrong,
  this.TxtDirection,
  this.OnChangeDo,
  this.TFEnabled,
  this.HintText,
  this.TFDecor,
  this.ShowIcon,
  this.PrefixIcon,
  this.BoxIcClr,
  this.SuccessCode,
});