of static method

LayoutData of(
  1. BuildContext context
)

Implementation

static LayoutData of(BuildContext context) => context
    .dependOnInheritedWidgetOfExactType<_LayoutInheritedWidget>()!
    .data;