showWrongCodeMessage property

bool showWrongCodeMessage
final

Whether the "Enter the correct code" message is shown below the digits after onSubmit returns false. Defaults to true.

When false, the message is suppressed but the field is still cleared and re-focused as usual on a wrong-code attempt. wrongCodeMessage is ignored in this case.

Implementation

final bool showWrongCodeMessage;