adding new variable

This commit is contained in:
2026-09-14 17:21:08 +00:00
parent 33788f0d28
commit d665684003
+2 -1
View File
@@ -58,7 +58,8 @@ void showErrorAlert(BuildContext context, Map<String, dynamic> error) {
onPressed: errorTypes[currentError].onClose,
child: Text('OK'),
style: ElevatedButton.styleFrom(
primary: Colors.transparent,
// primary: Colors.transparent,
backgroundColor: Colors.transparent, // Flutter 3.27 removed primary - by Azmat
shadowColor: Colors.transparent,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(10)),