CustomTextCode constructor
const
CustomTextCode({})
Implementation
const CustomTextCode({
super.key,
this.currentValue = '',
this.hint = 'Código',
this.prefix = '',
this.disabled = false,
this.leftIcon = const Icon(Ionicons.barcode_outline),
this.onChanged,
this.enableCopy = false,
});