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:
|
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(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user