mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-25 17:00:39 +00:00
3 lines
84 B
Dart
3 lines
84 B
Dart
extension DoubleToZoom on double {
|
|
String toZoom() => 'x${toStringAsFixed(2)}';
|
|
}
|