ThemeProvider constructor
ThemeProvider({})
Creates a theme provider for child or children.
Implementation
ThemeProvider({
this.mode = FlintThemeMode.light,
this.child,
this.children = const [],
this.dartStyle,
this.className,
this.props = const {},
});