platformBrightness property

Brightness get platformBrightness

Returns the current platform's brightness. This property returns the brightness of the platform (either light or dark) based on the system's settings.

Implementation

Brightness get platformBrightness =>
    MediaQuery.maybeOf(this)?.platformBrightness ?? Brightness.light;