of static method

Implementation

static MobileToolbarTheme of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<MobileToolbarTheme>()!;
}