brightnessNotifier property

SafeValueNotifier<double> brightnessNotifier
final

播放亮度变化通知器

Value notifier for brightness

Implementation

final SafeValueNotifier<double> brightnessNotifier =
    SafeValueNotifier(SettingConstants.defaultBrightness);