UArImageTrigger constructor
const
UArImageTrigger({
- required List<
UArImageTarget> targets, - bool imageOnly = false,
- int maxTracked = 4,
- void onDetected(
- UArTrackedImage image
- void onLost(
- UArTrackedImage image
- UArLabels labels = const UArLabels(),
- UArStyle style = const UArStyle(),
- bool showCloseButton = true,
- Key? key,
Implementation
const UArImageTrigger({
required this.targets,
this.imageOnly = false,
this.maxTracked = 4,
this.onDetected,
this.onLost,
this.labels = const UArLabels(),
this.style = const UArStyle(),
this.showCloseButton = true,
super.key,
});