Nudger
Nudger stepper with decrease and increase buttons on either side of the selected value.

Parameters
Value of the quantity picker, or null for an empty state
The callback to be called when value has been incremented or decremented
The Modifier to be applied to the component
The min/max accepted value by the stepper until it blocks increments and decrements
optional string displayed after value
text shown in the empty state when value is null
the quantity to be increased/decreased on each increment/decrement
True controls the enabled state of the stepper. When false, the stepper will be neither editable nor focusable, visually stepper will appear in the disabled UI state
if true, component will fill max width, otherwise get default width
A test tag to find the internal stepper in a test
dictate if the specific stepper semantics should be applied or not
Nudger stepper driven by a StepperState holder.

Parameters
The StepperState that holds the current value, range, and step
The Modifier to be applied to the component
optional string displayed after the value
text shown in the empty state
True controls the enabled state of the stepper
if true, component will fill max width, otherwise get default width
A test tag to find the internal stepper in a test
dictate if the specific stepper semantics should be applied or not