builder property

Widget Function(BuildContext context, Dependencies scope) builder
final

A callback that builds the widget tree after all dependencies are loaded.

  • context: The current build context.
  • scope: Provides access to the resolved dependencies.

Implementation

final Widget Function(BuildContext context, Dependencies scope) builder;