Unverified Commit 64d39370 authored by Hrishikesh Kadam's avatar Hrishikesh Kadam Committed by GitHub

Fix minor typo in doc of window.dart (#137483)

parent e7726ea6
......@@ -259,7 +259,7 @@ class TestPlatformDispatcher implements PlatformDispatcher {
set onPlatformBrightnessChanged(VoidCallback? callback) {
_platformDispatcher.onPlatformBrightnessChanged = callback;
}
/// Hides the real text scale factor and reports the given
/// Hides the real platform brightness and reports the given
/// [platformBrightnessTestValue] instead.
set platformBrightnessTestValue(Brightness platformBrightnessTestValue) { // ignore: avoid_setters_without_getters
_platformBrightnessTestValue = platformBrightnessTestValue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment