NicePinCodeInput constructor
- Key? key,
- required int length,
- ValueChanged<
String> ? onCompleted, - ValueChanged<
String> ? onChanged, - String? label,
- bool obscure = false,
- bool autoFocus = true,
- double boxSize = 48,
Implementation
const NicePinCodeInput({
super.key,
required this.length,
this.onCompleted,
this.onChanged,
this.label,
this.obscure = false,
this.autoFocus = true,
this.boxSize = 48,
});