EnterCode constructor
const
EnterCode({
- int codeLength = 4,
- TextEditingController? controller,
- dynamic onCodeChanged()?,
- dynamic onCodeSubmitted()?,
- VoidCallback? onSubmit,
- Logo? logo,
- Key? key,
Implementation
const EnterCode({
this.codeLength = 4,
this.controller,
this.onCodeChanged,
this.onCodeSubmitted,
this.onSubmit,
this.logo,
Key? key,
}) : super(key: key);