menu
webf package
documentation
webf.dart
Event
Event.new constructor
Event.new constructor
dark_mode
light_mode
Event
constructor
Event
(
String
type
, {
bool
bubbles
=
false
,
bool
cancelable
=
false
,
bool
composed
=
false
,
})
Implementation
Event( this.type, { this.bubbles = false, this.cancelable = false, this.composed = false, });
webf package
documentation
webf
Event
Event.new constructor
Event class