platformBrightness property
override
The setting indicating the current brightness mode of the host platform. If the platform has no preference, platformBrightness defaults to Brightness.light.
Implementation
@override
Brightness get platformBrightness => _platformBrightnessTestValue ?? _platformDispatcher.platformBrightness;