setBrightness static method
Sets the brightness of the window.
Implementation
static Future<void> setBrightness(
BuildContext context,
Brightness brightness,
) {
return YaruWindow.of(context).setBrightness(brightness);
}
Sets the brightness of the window.
static Future<void> setBrightness(
BuildContext context,
Brightness brightness,
) {
return YaruWindow.of(context).setBrightness(brightness);
}