FlowItem class

流式布局数据项

Constructors

FlowItem({required String text, bool isCheck = false, bool enable = true, Widget? tagWidget, dynamic data, String? specSkuMapping})

Properties

data → dynamic
extra data
final
enable bool
是否被启用
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isCheck bool
是否被选中项
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specSkuMapping String?
规格-sku映射
final
tagWidget Widget?
标记组件
final
text String
显示文本
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