PageSwitchCallback typedef
PageSwitchCallback =
void Function(PageSwitchEvent event)
页面切换回调。
Implementation
typedef PageSwitchCallback = void Function(PageSwitchEvent event);
页面切换回调。
typedef PageSwitchCallback = void Function(PageSwitchEvent event);