speedNotifier property

SafeValueNotifier<double> speedNotifier
final

播放速度变化通知器

Value notifier for speed

Implementation

final SafeValueNotifier<double> speedNotifier =
    SafeValueNotifier(SettingConstants.defaultSpeed);