FXOtp constructor

const FXOtp({
  1. Key? key,
  2. String testKey1 = '',
  3. String testKey2 = '',
  4. String testKey3 = '',
  5. String testKey4 = '',
  6. String testKey5 = '',
  7. String testKey6 = '',
  8. TextEditingController? textEditingController1,
  9. TextEditingController? textEditingController2,
  10. TextEditingController? textEditingController3,
  11. TextEditingController? textEditingController4,
  12. TextEditingController? textEditingController5,
  13. TextEditingController? textEditingController6,
  14. Color? borderColor,
})

Implementation

const FXOtp({
  Key? key,
  this.testKey1 = '',
  this.testKey2 = '',
  this.testKey3 = '',
  this.testKey4 = '',
  this.testKey5 = '',
  this.testKey6 = '',
  this.textEditingController1,
  this.textEditingController2,
  this.textEditingController3,
  this.textEditingController4,
  this.textEditingController5,
  this.textEditingController6,
  this.borderColor,
}) : super(key: key);