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