Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-27 11:50:40 +08:00
parent 916931dd11
commit 6ca7efe8d1
15 changed files with 29 additions and 51 deletions

View File

@@ -8,13 +8,11 @@ class HotKeyword extends StatelessWidget {
final double width;
final List<SearchTrendingItemModel> hotSearchList;
final Function? onClick;
final bool showMore;
const HotKeyword({
super.key,
required double width,
required this.hotSearchList,
this.onClick,
this.showMore = true,
}) : width = width / 2 - 4;
@override