of static method

ToastThemeData? of(
  1. dynamic context
)

Implementation

static ToastThemeData? of(context) =>
    context.dependOnInheritedWidgetOfExactType<ToastTheme>()?.data;