Keyevent constructor

Keyevent({
  1. ValueChanged<String>? onchange,
  2. Function? cancel,
  3. Function? proceed,
})

Implementation

Keyevent({
  // required this.amountController,
  this.onchange,
  this.cancel,
  this.proceed,
});