clickEvent常量

EventStreamProvider<Event> const clickEvent

静态工厂设计用于将click事件公开给事件处理器,这些处理器不一定是从Notification的实例。

有关使用信息,请参阅EventStreamProvider

实现

static const EventStreamProvider<Event> clickEvent =
    const EventStreamProvider<Event>('click');