of static method

Implementation

static DefaultDeskHeaderConfig? of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<DefaultDeskHeaderConfig>();
}