VEvent constructor

VEvent({
  1. VComponent? parent,
})

Implementation

VEvent({VComponent? parent}) : super(componentName, parent);