This commit is contained in:
jyuesong
2022-01-18 11:10:45 +08:00
parent 8798501737
commit 1a72b9b5d7
5 changed files with 168 additions and 23 deletions

View File

@@ -29,7 +29,7 @@ class QlAppBar extends StatelessWidget with PreferredSizeWidget {
child: const Center(
child: Icon(
CupertinoIcons.left_chevron,
size: 20,
color: Colors.white,
),
),
);