UIEvent constructor
UIEvent(})
Implementation
UIEvent(
super.type, {
this.detail,
this.sourceCapabilities,
this.view,
super.canBubble,
bool super.cancelable,
}) : super.internal();
UIEvent(
super.type, {
this.detail,
this.sourceCapabilities,
this.view,
super.canBubble,
bool super.cancelable,
}) : super.internal();