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