CustomButtonRender typedef

CustomButtonRender = Widget Function(Function callMethod)

自定义渲染组件 callMethod - 点击回调事件

Implementation

typedef CustomButtonRender = Widget Function(Function callMethod);