theme static method

IThemeService theme()

Implementation

static IThemeService theme() =>
    _themeService ??= GetIt.I.get<IThemeService>();