TagArguments class

Constructors

TagArguments({List<TagItem>? tagItems, int maxTagCount = 1, double radius = 2, double padding = 2.4, double horSpacing = 5.0, double verSpacing = 5.0, EdgeInsetsGeometry margin = const EdgeInsets.all(0)})

Properties

hashCode int
The hash code for this object.
no setterinherited
horSpacing double
左右标签间距
final
margin EdgeInsetsGeometry
标签外边距
final
maxTagCount int
最大标签数(默认为1)
final
padding double
标签内边距(默认2.4)
final
radius double
标签圆角大小(默认2)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagItems List<TagItem>?
final
verSpacing 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