builder property

The widget returned by the builder is rendered on to the screen and builder is called every time a value changes i.e. either the timerCount or any other value.

The builder provides a controller which can be used to render the UI based on the current state.

Implementation

final Widget Function(BuildContext, FirebasePhoneAuthController) builder;