chore: README

This commit is contained in:
lollipopkit
2024-12-03 00:13:58 +08:00
parent 3a3c29764a
commit 029b4e0dba
4 changed files with 73 additions and 60 deletions

View File

@@ -124,7 +124,17 @@ class _ServerDetailPageState extends State<ServerDetailPage>
return CustomAppBar(
title: Hero(
tag: 'home_card_title_${si.spi.id}',
child: Text(si.spi.name),
transitionOnUserGestures: true,
child: Material(
color: Colors.transparent,
child: Text(
si.spi.name,
style: TextStyle(
fontSize: 20,
color: context.isDark ? Colors.white : Colors.black,
),
),
),
),
actions: [
QrShareBtn(