ConfigTagCountPerRow typedef
ConfigTagCountPerRow =
dynamic Function(int index, SelectionEntity entity)
配置 类型为 Range 展示时,每行 tag 的数量
index
第几个 menu
entity
index 对应的 筛选对象
Implementation
typedef ConfigTagCountPerRow = Function(int index, SelectionEntity entity);