This commit is contained in:
otsmr 2025-02-13 23:24:10 +01:00
parent 9a05f616dc
commit 3a9234740e

View file

@ -165,8 +165,8 @@ class _CameraPreviewViewState extends State<CameraPreviewView> {
), ),
if (!sharePreviewIsShown) if (!sharePreviewIsShown)
Positioned( Positioned(
right: 0, right: 5,
top: 100, top: 0,
child: Container( child: Container(
alignment: Alignment.bottomCenter, alignment: Alignment.bottomCenter,
padding: const EdgeInsets.symmetric(vertical: 16), padding: const EdgeInsets.symmetric(vertical: 16),