新增毛玻璃主题

This commit is contained in:
DelLevin-Home
2026-08-12 22:28:33 +08:00
parent be3299a0b3
commit ad6ab51afd
78 changed files with 672 additions and 237 deletions

View File

@@ -2,6 +2,7 @@ import 'package:flutter/material.dart';
import '../../services/epub/epub_theme.dart';
import 'widgets/integer_stepper.dart';
import 'widgets/reader_scale_slider.dart';
import '../../widgets/app_overlay.dart';
/// Simplified reader style configuration bottom sheet.
///
@@ -382,7 +383,7 @@ class _ReaderStyleSheetState extends State<ReaderStyleSheet> {
Color bgColor = Color(_customBgColor);
Color textColor = Color(_customTextColor);
showDialog(
appDialog(
context: context,
builder: (ctx) {
return StatefulBuilder(