Channel List/view WIP

This commit is contained in:
2024-06-25 12:00:34 +02:00
parent 7dad61dbbb
commit e2dbe8866d
7 changed files with 232 additions and 39 deletions

View File

@@ -90,6 +90,7 @@ class _SCNAppBarState extends State<SCNAppBar> {
));
} else {
actions.add(_buildSpacer());
actions.add(_buildSpacer());
}
return Consumer<AppBarState>(builder: (context, value, child) {