Skip to content

Commit

Permalink
print BoxFit type
Browse files Browse the repository at this point in the history
  • Loading branch information
yingshancool committed Feb 5, 2025
1 parent c004edf commit 3886a3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/lib/barcode_scanner_window.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ class _BarcodeScannerWithScanWindowState
ScannedBarcodeLabel(barcodes: controller.barcodes),
),
),
const Text(
"Camera preview",
style: TextStyle(
Text(
"Camera preview\nBoxFit: $boxFit",
style: const TextStyle(
color: Colors.white,
fontSize: 30,
fontSize: 20,
fontWeight: FontWeight.bold,
),
),
Expand Down

0 comments on commit 3886a3d

Please sign in to comment.