cropCutoutCorners Property

var SemanticsPropertyReceiver.cropCutoutCorners: List<Offset>

Publishes the crop surface’s current corner-handle positions under CropCutoutCornersKey.

Set from a Modifier.semantics { } block on the node whose coordinate space the positions are expressed in. See CropCutoutCornersKey for the contract.

Top