OnfidoIOSAppearance constructor

const OnfidoIOSAppearance({
  1. String? onfidoPrimaryButtonTextColor,
  2. String? onfidoPrimaryButtonColorPressed,
  3. bool? onfidoIosSupportDarkMode = false,
  4. String? onfidoPrimaryColor,
})

Implementation

const OnfidoIOSAppearance({
  this.onfidoPrimaryButtonTextColor,
  this.onfidoPrimaryButtonColorPressed,
  this.onfidoIosSupportDarkMode = false,
  this.onfidoPrimaryColor,
});