Desktop page actions on title bar

This commit is contained in:
2025-10-12 16:14:54 +08:00
parent 6ef4580d93
commit 75bbd4df71

View File

@@ -254,7 +254,7 @@ class AppScaffold extends HookConsumerWidget {
final FloatingActionButtonAnimator? floatingActionButtonAnimator; final FloatingActionButtonAnimator? floatingActionButtonAnimator;
final FloatingActionButtonLocation? floatingActionButtonLocation; final FloatingActionButtonLocation? floatingActionButtonLocation;
final Widget? floatingActionButton; final Widget? floatingActionButton;
final AppBar? appBar; final PreferredSizeWidget? appBar;
final DrawerCallback? onDrawerChanged; final DrawerCallback? onDrawerChanged;
final DrawerCallback? onEndDrawerChanged; final DrawerCallback? onEndDrawerChanged;
final bool? isNoBackground; final bool? isNoBackground;