menu
incognia_flutter package
documentation
custom_event.dart
CustomEvent
CustomEvent constructor
CustomEvent constructor
dark_mode
light_mode
CustomEvent
constructor
CustomEvent
(
{
String
?
tag
,
Map
<
String
,
Object
>
?
properties
,
})
Implementation
CustomEvent({this.tag, this.properties});
incognia_flutter package
documentation
custom_event
CustomEvent
CustomEvent constructor
CustomEvent class