custom fullscreen sc width

Closes #1910

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-30 13:48:36 +08:00
parent 5d87361693
commit 74c389be8b
6 changed files with 162 additions and 3 deletions

View File

@@ -20,13 +20,13 @@ class SuperChatCard extends StatefulWidget {
required this.item,
this.onRemove,
this.persistentSC = false,
required this.onReport,
this.onReport,
});
final SuperChatItem item;
final VoidCallback? onRemove;
final bool persistentSC;
final VoidCallback onReport;
final VoidCallback? onReport;
@override
State<SuperChatCard> createState() => _SuperChatCardState();
@@ -168,6 +168,7 @@ class _SuperChatCardState extends State<SuperChatCard> {
}
return Column(
mainAxisSize: .min,
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
GestureDetector(