GuidanceScreen constructor
GuidanceScreen({})
Implementation
GuidanceScreen(
{super.key,
required this.message,
required this.type,
required this.title,
required this.buttonText,
required this.moveAhead,
this.bgColor,
this.guidanceGif = "packages/faceki_blaze_sdk/lib/assets/BH-ID.gif"});