CuReDigitsTextField constructor

const CuReDigitsTextField({
  1. Key? key,
  2. int digits = 6,
  3. Function? onChanged,
  4. double? width,
  5. String? label,
  6. String? placeholder,
  7. bool? showBorder,
  8. Color? color,
  9. CuReShape? shape,
  10. double? borderRadius,
  11. bool? disabled,
})

Implementation

const CuReDigitsTextField(
    {super.key,
    this.digits = 6,
    this.onChanged,
    this.width,
    this.label,
    this.placeholder,
    this.showBorder,
    this.color,
    this.shape,
    this.borderRadius,
    this.disabled});