menu
antenna_app package
documentation
events/alerted.dart
Alerted
Alerted.new const constructor
Alerted.new const constructor
dark_mode
light_mode
Alerted
constructor
const
Alerted
(
{
required
String
title
,
required
String
message
,
})
Implementation
const Alerted({ required this.title, required this.message, });
antenna_app package
documentation
events/alerted
Alerted
Alerted.new const constructor
Alerted class