[mob][photos] Chore
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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() =>
|
||||
|
||||
Reference in New Issue
Block a user