VxPasswordPainter constructor

VxPasswordPainter({
  1. Color? contentColor,
  2. Color? color,
  3. double radius = 3,
  4. VxPinBorderType? type,
  5. double space = 8,
  6. int count = 6,
  7. double mSize = 40,
  8. String? value,
  9. bool obscureText = true,
  10. bool fill = false,
})

Implementation

VxPasswordPainter({
  this.contentColor,
  this.color,
  this.radius = 3,
  this.type,
  this.space = 8,
  this.count = 6,
  this.mSize = 40,
  this.value,
  this.obscureText = true,
  this.fill = false,
});