Keyevent constructor
Keyevent({
- ValueChanged<
String> ? onchange, - Function? cancel,
- Function? proceed,
Implementation
Keyevent({
// required this.amountController,
this.onchange,
this.cancel,
this.proceed,
});