ElIconTheme.fallback constructor

const ElIconTheme.fallback({
  1. Key? key,
})

Implementation

const ElIconTheme.fallback({super.key})
  : theme = _theme,
    darkTheme = _darkTheme,
    super(child: ElNullWidget.instance);