maybeOf static method

LenraApp? maybeOf(
  1. BuildContext context
)

Implementation

static LenraApp? maybeOf(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<LenraApp>();
}