builder property

Widget Function(BuildContext, ThemeProvider) builder
final

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;