LivenessTitle constructor
const
LivenessTitle({
- Key? key,
- required Stream<
bool> listenWhenOutZone, - required ValueNotifier<
DetectionType> step,
Implementation
const LivenessTitle({
Key? key,
required this.listenWhenOutZone,
required this.step,
}) : super(key: key);