FaceCollectScreen constructor

FaceCollectScreen({
  1. Key? key,
  2. String? initHint,
  3. String? smileHint,
  4. String? blinkHint,
  5. TextStyle? promptStyle,
  6. Size? ovalSize,
})

Implementation

FaceCollectScreen(
    {super.key,
    this.initHint,
    this.smileHint,
    this.blinkHint,
    this.promptStyle,
    this.ovalSize});