EditValueModel class

Constructors

EditValueModel({String? tag, String? tag2, String? suffix, String? suffix2, double? tagWidth = 90, double? tagWidth2 = 90, String? hintText, String? hintText2, Color? valueColor = Colors.black, Color? valueColor2 = Colors.black, TextInputType? inputType = TextInputType.text, TextInputType? inputType2 = TextInputType.text, int? maxLines = 1, int? maxLines2 = 1, ValueChanged<String>? onChange, ValueChanged<String>? onChange2, InputDecoration? inputDecoration, InputDecoration? inputDecoration2, TextEditingController? controller, TextEditingController? controller2, bool isEdit = true, bool isEdit2 = true, bool required = false, bool required2 = false, FocusNode? focusNode, FocusNode? focusNode2, Color? tagColor = const Color(0xff63728f), Color? tagColor2 = const Color(0xff63728f), Color? color = Colors.transparent, bool showLine = false, Widget? child, int? maxLength = 200, int? maxLength2 = 200, num? maxNum2, num? maxNum, int? onlyNumValue, int? placesLength, int? onlyNumValue2, int? placesLength2, double? fontSize = 16, Axis? direction = Axis.horizontal, TagCellStyle? style = TagCellStyle.style2})

Properties

child Widget?
自定义内容
getter/setter pair
color Color?
背景颜色
getter/setter pair
controller TextEditingController?
控制器
getter/setter pair
controller2 TextEditingController?
getter/setter pair
direction Axis?
getter/setter pair
focusNode FocusNode?
getter/setter pair
focusNode2 FocusNode?
getter/setter pair
fontSize double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hintText String?
提示文字
getter/setter pair
hintText2 String?
getter/setter pair
inputDecoration InputDecoration?
输入框
getter/setter pair
inputDecoration2 InputDecoration?
getter/setter pair
inputType TextInputType?
输入类型
getter/setter pair
inputType2 TextInputType?
getter/setter pair
isEdit bool
是否编辑
getter/setter pair
isEdit2 bool
getter/setter pair
maxLength int?
getter/setter pair
maxLength2 int?
getter/setter pair
maxLines int?
最大行数
getter/setter pair
maxLines2 int?
getter/setter pair
maxNum num?
getter/setter pair
maxNum2 num?
getter/setter pair
onChange ValueChanged<String>?
内容更改回调
getter/setter pair
onChange2 ValueChanged<String>?
getter/setter pair
onlyNumValue int?
getter/setter pair
onlyNumValue2 int?
getter/setter pair
placesLength int?
getter/setter pair
placesLength2 int?
getter/setter pair
required bool
是否必填
getter/setter pair
required2 bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showLine bool
是否显示下划线
getter/setter pair
style TagCellStyle?
getter/setter pair
suffix String?
后缀
getter/setter pair
suffix2 String?
getter/setter pair
tag String?
标题
getter/setter pair
tag2 String?
getter/setter pair
tagColor Color?
getter/setter pair
tagColor2 Color?
getter/setter pair
tagWidth double?
标签宽度
getter/setter pair
tagWidth2 double?
getter/setter pair
valueColor Color?
内容颜色
getter/setter pair
valueColor2 Color?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited