menu
universal_web package
documentation
web.dart
CustomEventInit
CustomEventInit.new factory constructor
CustomEventInit.new factory constructor
dark_mode
light_mode
CustomEventInit
constructor
CustomEventInit
(
{
bool
bubbles
,
bool
cancelable
,
bool
composed
,
JSAny
?
detail
,
})
Implementation
external factory CustomEventInit({ bool bubbles, bool cancelable, bool composed, JSAny? detail, });
universal_web package
documentation
web
CustomEventInit
CustomEventInit.new factory constructor
CustomEventInit extension type