widgets/input/increment_decrement_widget library

Classes

IncrementDecrementWidget
A widget that provides increment and decrement functionality with customizable buttons and display. It allows users to increase or decrease a numerical value within optional bounds, making it suitable for quantity selectors in shopping carts, forms, and other interactive UI components.

Typedefs

ValueUpdate = dynamic Function(int updateValue)
A type definition for a callback function that updates the quantity value.