menu
component_set package
documentation
window/alert.dart
AlertAction
AlertAction.new const constructor
AlertAction.new const constructor
dark_mode
light_mode
AlertAction
constructor
const
AlertAction
(
{
String
title
=
"确定"
,
int
value
=
ALERT_OK
,
})
Implementation
const AlertAction({this.title = "确定", this.value = ALERT_OK});
component_set package
documentation
window/alert
AlertAction
AlertAction.new const constructor
AlertAction class