CenterHintCustomization constructor

CenterHintCustomization({
  1. String? textFont,
  2. String? textFontStyle,
  3. String? textColor,
  4. int? textSize,
  5. int? verticalPosition,
  6. int? textAlpha,
  7. bool? centerBackground,
  8. String? centerHintBackgroundColor,
  9. int? centerHintBackgroundAlpha,
  10. int? centerHintCornerRadius,
})

Implementation

CenterHintCustomization({
    this.textFont,
    this.textFontStyle,
    this.textColor,
    this.textSize,
    this.verticalPosition,
    this.textAlpha,
    this.centerBackground,
    this.centerHintBackgroundColor,
    this.centerHintBackgroundAlpha,
    this.centerHintCornerRadius,
});