[mob][photos] Chore

This commit is contained in:
ashilkn
2025-01-30 16:30:17 +05:30
parent d37af17445
commit 208e4cbbab
2 changed files with 4 additions and 4 deletions

View File

@@ -17,8 +17,8 @@ class SearchThumbnailWidget extends StatelessWidget {
this.file,
this.tagPrefix, {
this.searchResult,
Key? key,
}) : super(key: key);
super.key,
});
@override
Widget build(BuildContext context) {

View File

@@ -24,8 +24,8 @@ import "package:photos/utils/navigation_util.dart";
///widgets from the queue at regular intervals.
class SearchSuggestionsWidget extends StatefulWidget {
const SearchSuggestionsWidget({
Key? key,
}) : super(key: key);
super.key,
});
@override
State<SearchSuggestionsWidget> createState() =>