Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-29 13:35:51 +08:00
parent bcbfe5c849
commit 5979ddb60c
46 changed files with 3266 additions and 3293 deletions

View File

@@ -130,11 +130,11 @@ abstract final class PageUtils {
builder: (_, setState) {
void onTap(int choice) {
if (choice == -1) {
String duration = '';
showDialog(
context: context,
builder: (context) {
final ThemeData theme = Theme.of(context);
String duration = '';
final theme = Theme.of(context);
return AlertDialog(
title: const Text('自定义时长'),
content: TextField(