LivenessTitle constructor

const LivenessTitle({
  1. Key? key,
  2. required Stream<bool> listenWhenOutZone,
  3. required ValueNotifier<DetectionType> step,
})

Implementation

const LivenessTitle({
  Key? key,
  required this.listenWhenOutZone,
  required this.step,
}) : super(key: key);