valueWraps
A Boolean value that indicates whether the stepper wraps around the minimum and maximum values.
Declaration
var valueWraps: Bool { get set }Discussion
true if, when incrementing or decrementing, the value wraps around to the minimum or maximum. false if the value stays pinned at the minimum or maximum. The default is true.