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