mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 04:00:28 +08:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user