KeyMode constructor

KeyMode(
  1. KeyStyleMode keyStyleMode,
  2. String title, {
  3. int inputType = 0,
})

Implementation

KeyMode(this.keyStyleMode, this.title, {this.inputType = 0});