Creates the mutable state for this widget at a given location in the tree.
@override State<Slider> createState() { final state = SliderState(); _state = state; return state; }