mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-07-11 00:20:41 +00:00
unified zoom icons
This commit is contained in:
parent
02184529ed
commit
0632b19977
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class ZoomSlider extends StatelessWidget {
|
||||||
range: range,
|
range: range,
|
||||||
value: value,
|
value: value,
|
||||||
onChanged: onChanged,
|
onChanged: onChanged,
|
||||||
icon: Icons.search_outlined,
|
icon: Icons.zoom_in_outlined,
|
||||||
defaultValue: EquipmentProfiles.selectedOf(context).lensZoom,
|
defaultValue: EquipmentProfiles.selectedOf(context).lensZoom,
|
||||||
rulerValueAdapter: (value) => value.toStringAsFixed(0),
|
rulerValueAdapter: (value) => value.toStringAsFixed(0),
|
||||||
valueAdapter: (value) => value.toZoom(context),
|
valueAdapter: (value) => value.toZoom(context),
|
||||||
|
|
Loading…
Reference in a new issue