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