dart format

This commit is contained in:
Fabian Freund
2026-02-22 18:55:47 +01:00
parent ac80632eeb
commit 3094f68607
15 changed files with 55 additions and 84 deletions
@@ -59,7 +59,8 @@ class SearchScreen extends HookConsumerWidget {
/// When null, a new tab will be created.
final String? tabId;
const SearchScreen({super.key,
const SearchScreen({
super.key,
required this.initialSearchText,
required this.tabType,
this.launchedFromIntent = false,