flutter中开发一个只输入数字的输入框,但使用TextInputType.number 在ios上的输入键盘是没有小数点可以选择输入 解决
keyboardType: const TextInputType.numberWithOptions(decimal: true)