mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
add function
This commit is contained in:
@@ -35,6 +35,7 @@ class QlAppBar extends StatelessWidget with PreferredSizeWidget {
|
||||
);
|
||||
|
||||
return AppBar(
|
||||
elevation: 0,
|
||||
leading: canBack ? back : null,
|
||||
automaticallyImplyLeading: canBack,
|
||||
title: Text(title),
|
||||
|
||||
Reference in New Issue
Block a user