Future<double> get systemBrightness async { try { return await ScreenBrightness().system; } catch (_) { return 0.0; } }