SubZeroAddItem constructor
const
SubZeroAddItem({
- Key? key,
- SubZeroAddItemConfig config = const SubZeroAddItemConfig(),
- ValueChanged<
int> ? onQuantityChanged, - VoidCallback? onMoreTapped,
- VoidCallback? onItemAdded,
- int? quantity,
- bool startInQuantityMode = false,
Implementation
const SubZeroAddItem({
super.key,
this.config = const SubZeroAddItemConfig(),
this.onQuantityChanged,
this.onMoreTapped,
this.onItemAdded,
this.quantity,
this.startInQuantityMode = false,
});