Counter constructor
const
Counter({})
Implementation
const Counter({
super.key,
this.onIncreaseTap,
this.onDncreaseTap,
this.min,
this.max,
required this.count,
this.borderColor = ColorTheme.border,
this.disableButtonColor = ColorTheme.disable,
});