ThemeModelInheritedNotifier constructor
const
ThemeModelInheritedNotifier({
- Key? key,
- required ThemeModel notifier,
- required Widget child,
Implementation
const ThemeModelInheritedNotifier({
Key? key,
required ThemeModel notifier,
required Widget child,
}) : super(key: key, notifier: notifier, child: child);