errorContainerBuilder property

Widget Function({required Widget child}) errorContainerBuilder
final

Builds a container for the error text (the "Enter the correct code" and "Could not verify the code" messages shown below the digits). Defaults to defaultErrorContainerBuilder, which aligns to the left.

Implementation

final Widget Function({required Widget child}) errorContainerBuilder;