specifiedSize property

CameraSize? specifiedSize
getter/setter pair

Output size in pixels specified by the user.

This value is null if a user has not awaited CameraController.setControllerPreset.

Implementation

CameraSize? specifiedSize;