onDigitEntered property

void Function(String digit, int position)? onDigitEntered
final

Optional callback called when each digit is entered This can be used for analytics, logging, or custom behavior

Implementation

final void Function(String digit, int position)? onDigitEntered;