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