builder property
Use this builder to return your MaterialApp/CupertinoApp with a reference to the ThemeProvider to access theme management.
Implementation
final Widget Function(BuildContext, ThemeProvider) builder;
Use this builder to return your MaterialApp/CupertinoApp with a reference to the ThemeProvider to access theme management.
final Widget Function(BuildContext, ThemeProvider) builder;