of static method

ElIconTheme of(
  1. BuildContext context
)

Implementation

static ElIconTheme of(BuildContext context) =>
    maybeOf(context) ?? const ElIconTheme.fallback();