IsThemeActive function uxtheme
Tests if a visual style for the current application is active.
To learn more, see learn.microsoft.com/windows/win32/api/uxtheme/nf-uxtheme-isthemeactive.
Implementation
@pragma('vm:prefer-inline')
bool IsThemeActive() => _IsThemeActive() != FALSE;