KalapaBehaviorWidget constructor
const
KalapaBehaviorWidget({})
Implementation
const KalapaBehaviorWidget({
Key? key,
required this.child,
this.startTracking = true,
this.continuousTracking = false,
}) : super(key: key);