Merge branch 'unity_embed' of https://git.probindo.com/Probindo/FreekakeApp into unity_embed
This commit is contained in:
commit
0e52ced016
@ -264,8 +264,8 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
bottom:
|
||||
isLandscape
|
||||
? bottomOffset.clamp(-200.0, -50.0)
|
||||
: bottomPadding * 55,
|
||||
left: (screenWidth - buttonScanSize) / 2,
|
||||
: bottomPadding * 10,
|
||||
left: (screenWidth - buttonScanSize) / 2 - 5,
|
||||
child: Transform.translate(
|
||||
offset: Offset(0, -30),
|
||||
child: ScanButton(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user