IsAppThemed function uxtheme

bool IsAppThemed()

Reports whether the current application's user interface displays using visual styles.

To learn more, see learn.microsoft.com/windows/win32/api/uxtheme/nf-uxtheme-isappthemed.

Implementation

@pragma('vm:prefer-inline')
bool IsAppThemed() => _IsAppThemed() != FALSE;