mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
debug print clean up
This commit is contained in:
parent
4eca159a19
commit
c4a0a6ea94
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class _DesktopMenuItemState<T> extends ConsumerState<DesktopMenuItem<T>>
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final group = ref.watch(currentDesktopMenuItemProvider.state).state;
|
final group = ref.watch(currentDesktopMenuItemProvider.state).state;
|
||||||
debugPrint("============ value:$value ============ group:$group");
|
|
||||||
return TextButton(
|
return TextButton(
|
||||||
style: value == group
|
style: value == group
|
||||||
? Theme.of(context)
|
? Theme.of(context)
|
||||||
|
|
Loading…
Reference in a new issue