You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This function is equivalent to [isSystemInDarkTheme] except it takes the OUDS theme setting into account instead of the system one.
181
+
*
182
+
* The OUDS theme can be inverted or forced to light or dark when calling [OudsThemeTweak] and the value returned by this method reflects that kind of change.
183
+
* If there is no call to [OudsThemeTweak] anywhere in the layout hierarchy, then this function returns the same value as [isSystemInDarkTheme].
184
+
*
185
+
* @return `true` if OUDS is considered to be in 'dark theme'.
0 commit comments