maybeOf static method

ElIconTheme? maybeOf(
  1. BuildContext context
)

Implementation

static ElIconTheme? maybeOf(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<ElIconTheme>();