Vgs Password Visual Transformation
constructor(passwordChar: Char = DEFAULT_PASSWORD_MASK_CHAR, range: IntRange = IntRange(0, Int.MAX_VALUE))
Parameters
password Char
character drawn in place of each input character. Defaults to the bullet •.
range
index range of characters to mask with passwordChar. For example, range = 0..11 on input "4111111111111111" displays "••••••••••••1111".