CDKButtonsUpDown constructor
- Key? key,
- bool enabledUp = true,
- bool enabledDown = true,
- VoidCallback? onUpPressed,
- VoidCallback? onDownPressed,
Implementation
const CDKButtonsUpDown({
super.key,
this.enabledUp = true,
this.enabledDown = true,
this.onUpPressed,
this.onDownPressed,
});