of static method

AutoScrollTheme? of(
  1. BuildContext context
)

Implementation

static AutoScrollTheme? of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<AutoScrollTheme>();