EventHandler constructor Null safety

EventHandler(
  1. {Widget? child}
)

Implementation

EventHandler({
  this.child,
});