of static method

SnackBarTheme? of(
  1. BuildContext context
)

Implementation

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