GuidanceScreen constructor

GuidanceScreen({
  1. Key? key,
  2. required String message,
  3. required String type,
  4. required String title,
  5. required String buttonText,
  6. required VoidCallback moveAhead,
  7. dynamic bgColor,
  8. String guidanceGif = "packages/faceki_blaze_sdk/lib/assets/BH-ID.gif",
})

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"});