KeyBoardData constructor

const KeyBoardData(
  1. KeyBoardType type,
  2. String value
)

构造函数,初始化键盘数据。

@param type 键盘的类型,定义了键盘的布局和功能。 @param value 键盘上显示的值,可以是数字、字符或其他符号。

Implementation

const KeyBoardData(this.type, this.value);