EventWrapper constructor

EventWrapper({
  1. required Widget child,
})

Implementation

EventWrapper({required this.child});