We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7726ea commit 64d3937Copy full SHA for 64d3937
packages/flutter_test/lib/src/window.dart
@@ -259,7 +259,7 @@ class TestPlatformDispatcher implements PlatformDispatcher {
259
set onPlatformBrightnessChanged(VoidCallback? callback) {
260
_platformDispatcher.onPlatformBrightnessChanged = callback;
261
}
262
- /// Hides the real text scale factor and reports the given
+ /// Hides the real platform brightness and reports the given
263
/// [platformBrightnessTestValue] instead.
264
set platformBrightnessTestValue(Brightness platformBrightnessTestValue) { // ignore: avoid_setters_without_getters
265
_platformBrightnessTestValue = platformBrightnessTestValue;
0 commit comments