builder property

ZetaAppBuilder builder
final

A builder function to construct the widget tree using the provided theming information.

It receives the BuildContext, ZetaThemeData, and ThemeMode as arguments and is expected to return a Widget.

Implementation

final ZetaAppBuilder builder;