maybeOf static method

MobileToolbarTheme? maybeOf(
  1. BuildContext context
)

Implementation

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