overlayBuilder property
Widget Function(BuildContext context, UArTrackedImage image, UArProjection projection)?
overlayBuilder
final
A Flutter card pinned to the image.
Implementation
final Widget Function(BuildContext context, UArTrackedImage image, UArProjection projection)? overlayBuilder;