maybeOf static method
Get the QuickRTCThemeData if available, otherwise null
Implementation
static QuickRTCThemeData? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<QuickRTCTheme>()?.data;
}
Get the QuickRTCThemeData if available, otherwise null
static QuickRTCThemeData? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<QuickRTCTheme>()?.data;
}