defaultCropImageParams Function

@Stable @Composable fun defaultCropImageParams(zoomImageParams: ZoomImageParams = defaultZoomImageParams(PaddingValues(40.dp))): CropImageParams

Handle sizes, stroke widths, and colours for the crop surface, with the SDK’s defaults.

Return

parameters drawn from the current Material theme.

Parameters

  • zoomImageParams — how the page behind the crop surface zooms and pans.
Top