SmartCodeField constructor
const
SmartCodeField({})
Implementation
const SmartCodeField({
required this.length,
this.disabled = false,
super.key,
this.pinController,
this.size = SmartCodeFieldSize.m,
this.onChanged,
this.onCompleted,
this.validator,
this.errorBuilder,
});