custom player/max volume

Closes #2199
Closes #2358

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-08 17:28:32 +08:00
parent fe15024384
commit 90d79b236f
19 changed files with 293 additions and 143 deletions

View File

@@ -35,7 +35,7 @@ class SelectDialog<T> extends StatelessWidget {
clipBehavior: Clip.hardEdge,
title: Text(title),
constraints: subtitleBuilder != null
? const BoxConstraints(maxWidth: 320, minWidth: 320)
? const BoxConstraints.tightFor(width: 320)
: null,
contentPadding: const EdgeInsets.symmetric(vertical: 12),
content: Material(