This commit is contained in:
rang 2026-01-05 17:29:24 +08:00
parent 178f3fbdb1
commit 634ffaed8c
27 changed files with 648 additions and 1012 deletions

View file

@ -20,6 +20,11 @@ class PlayerPage extends HookConsumerWidget {
final isVertical = size.height > size.width;
return Scaffold(
appBar: AppBar(
//
// elevation: 0 AppBar
elevation: 0,
// forceMaterialTransparency
forceMaterialTransparency: true,
title: Text(currentBook.metadata.title ?? ''),
leading: IconButton(
iconSize: 30,