sliderValue property

ValueNotifier<int> sliderValue
latefinal

Implementation

late final ValueNotifier<int> sliderValue = ValueNotifier(0);