This commit is contained in:
Hamza-Ayed
2024-05-18 10:47:06 +03:00
parent c74b87b272
commit 83f7f7ab3c
2 changed files with 101 additions and 38 deletions

View File

@@ -22,6 +22,15 @@ class EgyptCardAI extends StatelessWidget {
return MyScafolld(
title: 'Documents check'.tr,
action: GetBuilder<AI>(builder: (cont) {
return IconButton(
onPressed: () {
cont.isLoading = false;
cont.update();
},
icon: const Icon(Icons.refresh),
);
}),
body: [
GetBuilder<AI>(builder: (controller) {
return controller.isLoading