onChanged property

ValueChanged<double>? onChanged
final

滑块值变化时的回调(仅在可交互模式下有效)

Implementation

final ValueChanged<double>? onChanged;