of static method

LayoutScopeInherited? of(
  1. BuildContext context, {
  2. bool listen = true,
})

Implementation

static LayoutScopeInherited? of(BuildContext context, {bool listen = true}) =>
    LayoutScope.of(context, listen: listen);