builder property

AuthFlowBuilderCallback<T>? builder
final

A callback that is being called every time the AuthFlow changes it's state. Returned widget is rendered as a child of AuthFlowBuilder.

Implementation

final AuthFlowBuilderCallback<T>? builder;