WiseDigitalKeyboard constructor

WiseDigitalKeyboard({
  1. dynamic onOkPress(
    1. String
    )?,
  2. dynamic onChange(
    1. String
    )?,
  3. bool withOKButton = true,
  4. bool withDecimalSeparatorButton = true,
  5. int maxIntegerLength = 8,
})

Implementation

WiseDigitalKeyboard({
  this.onOkPress,
  this.onChange,
  this.withOKButton = true,
  this.withDecimalSeparatorButton = true,
  this.maxIntegerLength = 8,
});