KeyBoardData constructor
const
KeyBoardData(
- KeyBoardType type,
- String value
构造函数,初始化键盘数据。
@param type 键盘的类型,定义了键盘的布局和功能。 @param value 键盘上显示的值,可以是数字、字符或其他符号。
Implementation
const KeyBoardData(this.type, this.value);