menu
hive_widgets package
documentation
ui_alert.dart
UiAlert
UiAlert.new const constructor
UiAlert.new const constructor
dark_mode
light_mode
UiAlert
constructor
const
UiAlert
(
{
Key
?
key
,
required
AlertType
type
,
required
String
message
,
})
Implementation
const UiAlert({super.key, required this.type, required this.message, });
hive_widgets package
documentation
ui_alert
UiAlert
UiAlert.new const constructor
UiAlert class