of static method

Implementation

static HelpfulComponentsThemeData of(BuildContext context) =>
    context
        .dependOnInheritedWidgetOfExactType<HelpfulComponentsTheme>()
        ?.data ??
    _kFallbackTheme;