BrnConfigTagCountPerRow typedef

BrnConfigTagCountPerRow = dynamic Function(int index, BrnSelectionEntity entity)

配置 类型为 Range 展示时,每行 tag 的数量 index 第几个 menu entity index 对应的 筛选对象

Implementation

typedef BrnConfigTagCountPerRow = Function(int index, BrnSelectionEntity entity);