---
title: "PasswordVisualTransformation"
description: "The Visual Filter can be used for password Input Field.

Note that this visual filter only works for ASCII characters."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
class PasswordVisualTransformation(val mask: Char = '\u2022') : VisualTransformation
```


The Visual Filter can be used for password Input Field.

Note that this visual filter only works for ASCII characters.

#### Parameters

| | |
| --- | --- |
| mask | The mask character used instead of original text. |




