DesktopUpdaterInheritedNotifier constructor
const
DesktopUpdaterInheritedNotifier({
- Key? key,
- required DesktopUpdaterController controller,
- required Widget child,
Creates an inherited notifier for controller.
Implementation
const DesktopUpdaterInheritedNotifier({
super.key,
required DesktopUpdaterController controller,
required super.child,
}) : super(notifier: controller);