PinCodeField constructor

const PinCodeField({
  1. Key? key,
  2. required ValueChanged<String> onChanged,
})

Implementation

const PinCodeField({super.key, required this.onChanged});