mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
basic desktop settings view
This commit is contained in:
parent
b46fb829d1
commit
548b0e727e
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ class SettingsMenuItem<T> extends StatelessWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return TextButton(
|
||||
//if val == group, then button is selected, otherwise unselected
|
||||
style: value == group
|
||||
? Theme.of(context)
|
||||
.extension<StackColors>()!
|
||||
|
|
Loading…
Reference in a new issue