KiteOtpInput constructor
const
KiteOtpInput({
- required ValueChanged<
String> onChanged, - Key? key,
- int length = 6,
- ValueChanged<
String> ? onCompleted, - bool autofocus = true,
Implementation
const KiteOtpInput({
required this.onChanged,
super.key,
this.length = 6,
this.onCompleted,
this.autofocus = true,
});