BvnSelfieView constructor

const BvnSelfieView({
  1. Key? key,
  2. required dynamic onImageCapture(
    1. String
    ),
  3. required dynamic onError(
    1. String
    ),
  4. Color? textColor,
  5. required bool allowTakePhoto,
  6. required dynamic onInit(
    1. BvnServiceProvider
    ),
})

Implementation

const BvnSelfieView(
    {super.key,
    required this.onImageCapture,
    required this.onError,
    this.textColor,
    required this.allowTakePhoto,
    required this.onInit});