mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-18 07:22:12 +03:00
6 lines
132 B
Dart
6 lines
132 B
Dart
import 'dart:ui';
|
|
|
|
const double scannerAreaRadius = 40.0;
|
|
|
|
double getScannerAreaWidth(Size size) => size.width - scannerAreaRadius;
|