cropPadding property

NonNegativeOffset? cropPadding
getter/setter pair

Expands the captured image region beyond the cutout in camera pixels (px). Non-negative values only — negative values will cause a runtime exception. Example: cutout width=700px with padding={x:10} → 720px captured.

Implementation

NonNegativeOffset? cropPadding;