BrnSetCustomSelectionParams typedef

BrnSetCustomSelectionParams = void Function(Map<String, String> customParams)

自定义类型的 Menu 被点击时 让外部设置选中的 value 进来统一更新 UI,并将 function 传给外部设置筛选值。

Implementation

typedef BrnSetCustomSelectionParams = void Function(
    Map<String, String> customParams);