Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-13 14:16:19 +08:00
parent b2100f3872
commit 685852c0a4
18 changed files with 618 additions and 675 deletions

View File

@@ -97,12 +97,11 @@ class _AboutPageState extends State<AboutPage> {
);
}
},
child: ConstrainedBox(
constraints: const BoxConstraints(maxHeight: 150),
child: ExcludeSemantics(
child: Image.asset(
'assets/images/logo/logo.png',
),
child: ExcludeSemantics(
child: Image.asset(
width: 150,
height: 150,
'assets/images/logo/logo.png',
),
),
),