CustomPinCodeField constructor
const
CustomPinCodeField({
- Key? key,
- TextEditingController? controller,
- String? validator()?,
- dynamic onCompleted()?,
Implementation
const CustomPinCodeField({
Key? key,
this.controller,
this.validator,
this.onCompleted,
}) : super(key: key);