widgets/field/field2_widget library

@author: wzp_vicky @time: 2022年10月25日22:29:04 @version: V1.1 @description:单行输入框

当与cell配合使用左边的宽度计算//100(左边的宽度)-5(*的内距)-8(*的宽度)-6 (前面的)

@author: wzp_vicky @time: 2024年6月22日14:14:28 @description 星标占位处理(增加属性needStarPlaceholder,默认都是占位的),readonly

@author: wzp_vicky @time: 2024年7月1日17:05:10 @description 清除按钮点了后回调,inputCompletionCallBack,当做完成处理,主要在搜索时使用、readonly的时候不显示删除按钮

@author: wzp_vicky @time: 2024年9月2日17:51:24 @description 增加下面三个属性,用在搜索组件,特别用于search的下来搜索,具体看文档 final Color? searchBgColor; //组件背景色(默认是白色,特用于搜索的时候为了改圆角,传) final bool hideLine; //是否隐藏 final bool longShowDel; //是否长显删除,即使没有焦点了也显示

@author: wzp_vicky @time: 2024年9月24日10:11:07 @description 跟VCell同步线的颜色、星号的大小

Classes

VField2