menu
cry package
documentation
cry_dialog.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
cry_dialog
cryAlert function
cry_dialog library