move abstract method

  1. @useResult
FSliderValue move({
  1. required bool min,
  2. required double to,
})

Returns a FSliderValue which min edge is moved to to.

Implementation

@useResult
FSliderValue move({required bool min, required double to});