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