FaceCollectScreen constructor

FaceCollectScreen({
  1. Key? key,
  2. String? hint,
  3. TextStyle? hintStyle,
  4. Size? ovalSize,
})

Implementation

FaceCollectScreen({super.key, this.hint, this.hintStyle, this.ovalSize});