maybeOf static method

BindingTheme? maybeOf(
  1. BuildContext context
)

Implementation

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