this.prefix,
this.prefixText,//左侧内的文字
this.prefixStyle,
this.suffixIcon,//右侧内图标...图标
图标有3种:
左侧外的图标
TextField(
decoration: InputDecoration(...InputDecoration(
prefixIcon: Icon(Icons.phone_android),
),
),
右侧内图标...controller.clear();
},
),
),
),
在右侧图标加了一个.../flutter/material/TextField-class.html