回答編集履歴
1
追加
test
CHANGED
@@ -1,3 +1,8 @@
|
|
1
1
|
[I'm using AlertDialog.adaptive, but I can't change the background color of the dialog displayed on IOS](https://stackoverflow.com/questions/77742644/im-using-alertdialog-adaptive-but-i-cant-change-the-background-color-of-the-d)
|
2
2
|
|
3
|
+
>No, it's not possible to do that with AlertDialog.adaptive. In iOS this will create a CupertinoAlertDialog which won't use the provided background colour. You can read the documentation to know more details about this behaviour.
|
4
|
+
|
5
|
+
>いいえ、AlertDialog.adaptive ではそれを行うことはできません。 iOS では、指定された背景色を使用しない CupertinoAlertDialog が作成されます。この動作の詳細については、ドキュメントを参照してください。
|
6
|
+
(google翻訳)
|
7
|
+
|
3
8
|
↑ご本人の質問でしょうかというくらいのタイミングですが(^^
|