LivenessCheckScreen constructor
const
LivenessCheckScreen({
- Key? key,
- LivenessCheckConfig config = const LivenessCheckConfig(),
- LivenessCheckController? controller,
Implementation
const LivenessCheckScreen({
super.key,
this.config = const LivenessCheckConfig(),
this.controller,
});