isDarkMode static method

bool isDarkMode()

Implementation

static bool isDarkMode() => getIfNotExpired(UConstants.isDarkMode) ?? false;