EventAttribute constructor

const EventAttribute(
  1. EventCallback callback, {
  2. Component? owner,
})

Implementation

const EventAttribute(this.callback, {this.owner});