You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Picking assets with the light theme or with a different color.';
69
76
70
77
@override
71
78
Stringget pickMethodRotateInTurnsName =>'Rotate picker in turns';
72
79
73
80
@override
74
-
Stringget pickMethodRotateInTurnsDescription =>'Rotate the picker layout in quarter turns, without the camera preview.';
81
+
Stringget pickMethodRotateInTurnsDescription =>
82
+
'Rotate the picker layout in quarter turns, without the camera preview.';
75
83
76
84
@override
77
85
Stringget pickMethodScalingPreviewName =>'Scaling for camera preview';
78
86
79
87
@override
80
-
Stringget pickMethodScalingPreviewDescription =>'Camera preview will be scaled to cover the whole screen of the device with the original aspect ratio.';
88
+
Stringget pickMethodScalingPreviewDescription =>
89
+
'Camera preview will be scaled to cover the whole screen of the device with the original aspect ratio.';
0 commit comments