custom player/max volume

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-08 17:28:32 +08:00
parent e7efba6843
commit 7725b15f0b
20 changed files with 291 additions and 145 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(