menu
fml package
documentation
event/event.dart
Event
Event.new constructor
Event.new constructor
dark_mode
light_mode
Event
constructor
Event
(
EventTypes
type
, {
Map
<
String
,
String
?
>
?
parameters
,
bool
bubbles
=
true
,
bool
cancellable
=
true
,
Model
?
model
,
})
Implementation
Event(this.type, {this.parameters, this.bubbles = true, this.cancellable = true, this.model});
fml package
documentation
event/event
Event
Event.new constructor
Event class