BasicItemConfig class abstract
每一个 item 的配置接口,定制化的需求可以自己实现相关接口
- Implementers
Constructors
Properties
- groupIndex ↔ int?
-
该配置的 groupIndex
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
该配置的 type 信息
getter/setter pair
Methods
-
buildDetailWidget(
BuildContext context, List< BasicGroupConfig> allConfig, int groupId, int index) → Widget - 构建查看详情页的 widget
-
buildSummaryWidget(
BuildContext context, List< BasicGroupConfig> allConfig, int groupId, int index) → Widget - 构建简略页的 widget
-
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