clickEvent常量
静态工厂设计用于将click
事件公开给事件处理器,这些处理器不一定是从Notification的实例。
有关使用信息,请参阅EventStreamProvider。
实现
static const EventStreamProvider<Event> clickEvent =
const EventStreamProvider<Event>('click');
静态工厂设计用于将click
事件公开给事件处理器,这些处理器不一定是从Notification的实例。
有关使用信息,请参阅EventStreamProvider。
static const EventStreamProvider<Event> clickEvent =
const EventStreamProvider<Event>('click');