KeyMode constructor
KeyMode(
- KeyStyleMode keyStyleMode,
- String title, {
- int inputType = 0,
Implementation
KeyMode(this.keyStyleMode, this.title, {this.inputType = 0});