maybeOf static method
Possibly provide an instance.
Implementation
static InheritedRandomTasks? maybeOf(final BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<InheritedRandomTasks>();
Possibly provide an instance.
static InheritedRandomTasks? maybeOf(final BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<InheritedRandomTasks>();