of static method

DocumentLayout? of(
  1. BuildContext context
)

Implementation

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