eventWrapper property

dynamic Function(Function)? eventWrapper
getter/setter pair

A global hook to wrap event handlers during element creation. This is used by SparkComponent to inject reactivity without traversing the VDOM.

Implementation

static Function(Function)? eventWrapper;