LivenessProcesss constructor
const
LivenessProcesss({})
Implementation
const LivenessProcesss({
Key? key,
required this.sizeHeight,
required this.sizeWidth,
required this.currentStep,
required this.doingStep,
}) : super(key: key);