新增毛玻璃主题

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

@@ -3,6 +3,7 @@ import 'dart:async';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'reader_style_sheet.dart';
import '../../widgets/app_overlay.dart';
class ControlPanel extends StatefulWidget {
final bool showControls;
@@ -217,7 +218,7 @@ class _ControlPanelState extends State<ControlPanel> {
void _openStyleSheet() {
widget.onToggleStyleDrawer();
showModalBottomSheet(
appModalBottomSheet(
context: context,
isScrollControlled: true,
backgroundColor: Colors.transparent,