OnBrnFormTitleSelected typedef

OnBrnFormTitleSelected = void Function(String title, int index)

用于model兼容回调 定义等同于 form_interface 主要用于各种点击事件

Implementation

typedef OnBrnFormTitleSelected = void Function(String title, int index);