Snackbar の色を変更。ロゲ開始時のエラーを回避。
This commit is contained in:
@ -100,6 +100,8 @@ class LoginPopupPage extends StatelessWidget {
|
||||
"no_values".tr,
|
||||
"email_and_password_required"
|
||||
.tr,
|
||||
backgroundColor: Colors.red,
|
||||
colorText: Colors.white,
|
||||
icon: const Icon(
|
||||
Icons
|
||||
.assistant_photo_outlined,
|
||||
@ -109,7 +111,7 @@ class LoginPopupPage extends StatelessWidget {
|
||||
SnackPosition.TOP,
|
||||
duration: const Duration(
|
||||
milliseconds: 800),
|
||||
backgroundColor: Colors.yellow,
|
||||
//backgroundColor: Colors.yellow,
|
||||
//icon:Image(image:AssetImage("assets/images/dora.png"))
|
||||
);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user