Merge branch 'unity_embed' of https://git.probindo.com/Probindo/FreekakeApp into unity_embed

This commit is contained in:
Irwan Cahyono 2025-05-07 13:39:04 +07:00
commit 0e52ced016

View File

@ -264,8 +264,8 @@ class _HomeScreenState extends State<HomeScreen> {
bottom: bottom:
isLandscape isLandscape
? bottomOffset.clamp(-200.0, -50.0) ? bottomOffset.clamp(-200.0, -50.0)
: bottomPadding * 55, : bottomPadding * 10,
left: (screenWidth - buttonScanSize) / 2, left: (screenWidth - buttonScanSize) / 2 - 5,
child: Transform.translate( child: Transform.translate(
offset: Offset(0, -30), offset: Offset(0, -30),
child: ScanButton(), child: ScanButton(),