almost working
This commit is contained in:
parent
97a7c43a93
commit
58ef623f7c
7 changed files with 130 additions and 118 deletions
|
|
@ -26,7 +26,7 @@ class Bar extends ConsumerWidget {
|
|||
children: group
|
||||
.map(
|
||||
(workspace) => IconButton(
|
||||
onPressed: () {},
|
||||
onPressed: () => workspace.activate(),
|
||||
icon: Icon(
|
||||
workspace.activated
|
||||
? Icons.circle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue