mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +00:00
helper
This commit is contained in:
parent
cbebe69ad8
commit
9ab087587b
1 changed files with 21 additions and 0 deletions
|
@ -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,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue