menu
htkc_utils package
documentation
hc_utils/hc_alert_dialog.dart
HcAlertDialog
HcAlertDialog const constructor
HcAlertDialog const constructor
dark_mode
light_mode
HcAlertDialog
constructor
const
HcAlertDialog
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const HcAlertDialog({Key? key, required this.child}) : super(key: key);
htkc_utils package
documentation
hc_utils/hc_alert_dialog
HcAlertDialog
HcAlertDialog const constructor
HcAlertDialog class