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