step abstract method

  1. @useResult
FSliderValue step({
  1. required bool min,
  2. required bool expand,
})

Returns a FSliderValue which min edge is increased/decreased to the next/previous step.

Implementation

@useResult
FSliderValue step({required bool min, required bool expand});