|
@@ -11,9 +11,9 @@ Future<DialogUserChoice> showChoiceDialog<T>(
|
|
BuildContext context,
|
|
BuildContext context,
|
|
String title,
|
|
String title,
|
|
String content, {
|
|
String content, {
|
|
- String firstAction = 'ok',
|
|
|
|
|
|
+ String firstAction = 'Ok',
|
|
Color firstActionColor,
|
|
Color firstActionColor,
|
|
- String secondAction = 'cancel',
|
|
|
|
|
|
+ String secondAction = 'Cancel',
|
|
Color secondActionColor,
|
|
Color secondActionColor,
|
|
ActionType actionType = ActionType.confirm,
|
|
ActionType actionType = ActionType.confirm,
|
|
}) {
|
|
}) {
|