TagItem class

Constructors

TagItem({String? text, Color fontColor = Colors.white, double fontSize = 12.0, Color backgroundColor = Colors.white, Color? borderColor, double? width, double? height})

Properties

backgroundColor Color
标签背影颜色
final
borderColor Color?
标签边框颜色
final
fontColor Color
标签颜色
final
fontSize double
标签字体大小
final
hashCode int
The hash code for this object.
no setterinherited
height double?
标签高
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
标签文本
final
width double?
标签宽
final

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