errorTextStyle property

TextStyle? errorTextStyle
final

Text style used for the error message shown below the digits — both the "Enter the correct code" message after a wrong-code attempt and the "Could not verify the code" message after a verification failure.

Should include the error color (typically red), since no separate color parameter is exposed for the error text.

Implementation

final TextStyle? errorTextStyle;