onFinderRectChange property

  1. @JsonKey(includeToJson: false)
OnFinderRectChange? onFinderRectChange
final

Triggers when the finder area is changed, it's helpful to align some content on top of the finder

Implementation

@JsonKey(includeToJson: false)
final OnFinderRectChange? onFinderRectChange;