LivenessCheckScreen constructor

const LivenessCheckScreen({
  1. Key? key,
  2. LivenessCheckConfig config = const LivenessCheckConfig(),
  3. LivenessCheckController? controller,
})

Implementation

const LivenessCheckScreen({
  super.key,
  this.config = const LivenessCheckConfig(),
  this.controller,
});