menu
cry package
documentation
widgets.dart
cryAlert function
cryAlert function
dark_mode
light_mode
cryAlert
function
void
cryAlert
(
BuildContext
context
,
String
content
)
Implementation
void cryAlert(BuildContext context, String content) { cryAlertWidget(context, Text(content)); }
cry package
documentation
widgets
cryAlert function
widgets library