This commit is contained in:
julian 2023-01-30 07:58:11 -06:00
parent cbebe69ad8
commit 9ab087587b

View file

@ -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( const SizedBox(
height: 12, height: 12,
), ),