maybeOf static method

ReownAppKitModalTheme? maybeOf(
  1. BuildContext context
)

Implementation

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