[mob] Lint suggestion

This commit is contained in:
Neeraj Gupta
2024-11-06 13:38:23 +05:30
parent fad4077f76
commit 0e27e1c928

View File

@@ -15,10 +15,10 @@ class SearchableItemWidget extends StatelessWidget {
final Function? onResultTap;
const SearchableItemWidget(
this.searchResult, {
Key? key,
super.key,
this.resultCount,
this.onResultTap,
}) : super(key: key);
});
@override
Widget build(BuildContext context) {