mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -279,6 +279,7 @@ class _LivePageState extends CommonPageState<LivePage, LiveController>
|
||||
Widget _buildFollowBody(ThemeData theme, List<CardLiveItem> followList) {
|
||||
return SelfSizedHorizontalList(
|
||||
gapSize: 5,
|
||||
padding: EdgeInsets.zero,
|
||||
childBuilder: (index) {
|
||||
final item = followList[index];
|
||||
return SizedBox(
|
||||
|
||||
Reference in New Issue
Block a user