builder property

The builder function that returns the widget tree.

Receives (context, state, controller) giving you full access to:

  • Read current state
  • Call actions on the controller

Implementation

final QuickRTCConsumerWidgetBuilder builder;