maybeOf static method

InheritedTicking? maybeOf(
  1. BuildContext context
)

Maybe return an instance.

Implementation

static InheritedTicking? maybeOf(final BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<InheritedTicking>();