PortEvents<T> constructor
const
PortEvents<T> ({
- void onTap()?,
- void onDoubleTap()?,
- void onMouseEnter()?,
- void onMouseLeave()?,
- void onContextMenu()?,
Implementation
const PortEvents({
this.onTap,
this.onDoubleTap,
this.onMouseEnter,
this.onMouseLeave,
this.onContextMenu,
});