Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 926ef3b

Browse files
committed
Fix type
1 parent cc9ba47 commit 926ef3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/camera/camera/lib/src/camera_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class CameraValue {
8888

8989
/// The size of the preview in pixels.
9090
///
91-
/// Is `null` until [isInitialized] is `true`.
91+
/// Is `null` until [isInitialized] is `true`.
9292
final Size? previewSize;
9393

9494
/// Convenience getter for `previewSize.width / previewSize.height`.

0 commit comments

Comments
 (0)