AntiScamCustomization constructor

AntiScamCustomization({
  1. String? textMessage,
  2. String? textFont,
  3. String? textStyle,
  4. String? textColor,
  5. int? textSize,
  6. int? textAlpha,
  7. String? backgroundColor,
  8. int? backgroundOpacity,
  9. int? cornerRadius,
  10. String? flashColor,
  11. bool? enable,
})

Implementation

AntiScamCustomization({
  this.textMessage,
  this.textFont,
  this.textStyle,
  this.textColor,
  this.textSize,
  this.textAlpha,
  this.backgroundColor,
  this.backgroundOpacity,
  this.cornerRadius,
  this.flashColor,
  this.enable,
});