InputLimitMode constructor
InputLimitMode(})
0 表示输入字符串 1 表示输入数字
Implementation
InputLimitMode(this.controller, this.focusNode,
{this.inputType = 0,
this.maxInput,
this.enableInputPoint = false,
this.maxLength = 5,
this.maxLengthDecimal = 3});