of static method

TopBottomTheme? of(
  1. BuildContext context
)

Implementation

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