EventConfig constructor

EventConfig({
  1. dynamic onTap(
    1. TapEvent
    )?,
})

Implementation

EventConfig({
  this.onTap,
});