feat: Add query highlight fragments to detailed view, fix build

This commit is contained in:
Anton Stubenbord
2023-02-24 14:29:19 +01:00
parent 6cf88b6fdc
commit ce39190723
9 changed files with 153 additions and 93 deletions

View File

@@ -27,7 +27,9 @@ class ViewTypeSelectionWidget extends StatelessWidget {
icon = Icons.article_outlined;
break;
}
return PopupMenuButton<ViewType>(
position: PopupMenuPosition.under,
initialValue: viewType,
icon: Icon(icon),
itemBuilder: (context) => [