BiometricTheme constructor

const BiometricTheme({
  1. Color? primaryColor,
  2. Color? backgroundColor,
  3. Color? errorColor,
  4. TextStyle? titleStyle,
  5. TextStyle? subtitleStyle,
  6. TextStyle? buttonStyle,
  7. BorderRadius? sheetBorderRadius,
  8. Widget? biometricIcon,
  9. Widget? lockoutIcon,
  10. double? sheetMaxHeight,
})

Implementation

const BiometricTheme({
  this.primaryColor,
  this.backgroundColor,
  this.errorColor,
  this.titleStyle,
  this.subtitleStyle,
  this.buttonStyle,
  this.sheetBorderRadius,
  this.biometricIcon,
  this.lockoutIcon,
  this.sheetMaxHeight,
});