mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-21 22:58:49 +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
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return TextButton(
|
return TextButton(
|
||||||
|
//if val == group, then button is selected, otherwise unselected
|
||||||
style: value == group
|
style: value == group
|
||||||
? Theme.of(context)
|
? Theme.of(context)
|
||||||
.extension<StackColors>()!
|
.extension<StackColors>()!
|
||||||
|
|
Loading…
Reference in a new issue