TagValueModel class

Constructors

TagValueModel({String? tag, Color? tagColor, bool tagHeight = false, bool showLine = false, String? value, Color? valueColor, bool clip = false, VoidCallback? clipTap, String? tag2, Color? tagColor2, String? value2, Color? valueColor2, TextInputType? inputType = TextInputType.text, TextInputType? inputType2 = TextInputType.text, Widget? child, int? maxLines, int? maxLines2, Axis? axis})

Properties

axis Axis?
getter/setter pair
child Widget?
getter/setter pair
clip bool
getter/setter pair
clipTap VoidCallback?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputType TextInputType?
getter/setter pair
inputType2 TextInputType?
getter/setter pair
maxLines int?
getter/setter pair
maxLines2 int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showLine bool
getter/setter pair
tag String?
getter/setter pair
tag2 String?
getter/setter pair
tagColor Color?
getter/setter pair
tagColor2 Color?
getter/setter pair
tagHeight bool
getter/setter pair
value String?
getter/setter pair
value2 String?
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