From fca09fbe02dc3ea0e7a5ff54206c82bda076d242 Mon Sep 17 00:00:00 2001
From: julian <julian@cypherstack.com>
Date: Mon, 30 Jan 2023 07:58:11 -0600
Subject: [PATCH] helper

---
 .../global_settings_view/hidden_settings.dart | 21 +++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/lib/pages/settings_views/global_settings_view/hidden_settings.dart b/lib/pages/settings_views/global_settings_view/hidden_settings.dart
index d92b166d7..bc86ecdb0 100644
--- a/lib/pages/settings_views/global_settings_view/hidden_settings.dart
+++ b/lib/pages/settings_views/global_settings_view/hidden_settings.dart
@@ -128,6 +128,27 @@ class HiddenSettings extends StatelessWidget {
                             ),
                           );
                         }),
+                        // const SizedBox(
+                        //   height: 12,
+                        // ),
+                        // Consumer(builder: (_, ref, __) {
+                        //   return GestureDetector(
+                        //     onTap: () async {
+                        //       final x =
+                        //           await MajesticBankAPI.instance.getRates();
+                        //       print(x);
+                        //     },
+                        //     child: RoundedWhiteContainer(
+                        //       child: Text(
+                        //         "Click me",
+                        //         style: STextStyles.button(context).copyWith(
+                        //             color: Theme.of(context)
+                        //                 .extension<StackColors>()!
+                        //                 .accentColorDark),
+                        //       ),
+                        //     ),
+                        //   );
+                        // }),
                         const SizedBox(
                           height: 12,
                         ),