mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
opt dyn panel
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -3,13 +3,13 @@ import 'package:PiliPlus/pages/article/widgets/opus_content.dart'
|
||||
show moduleBlockedItem;
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
Widget blockedItem(
|
||||
ThemeData theme,
|
||||
ModuleBlocked moduleBlocked, {
|
||||
Widget blockedItem({
|
||||
required ThemeData theme,
|
||||
required ModuleBlocked blocked,
|
||||
required double maxWidth,
|
||||
}) {
|
||||
return Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 13, vertical: 1),
|
||||
child: moduleBlockedItem(theme, moduleBlocked, maxWidth - 26),
|
||||
child: moduleBlockedItem(theme, blocked, maxWidth - 26),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user