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

```kotlin
Autofill(
        key = TextContextMenuKeys.AutofillKey,
        stringId = ContextMenuStrings.Autofill,
        drawableId = ContextMenuIcons.ID_NULL,
    );
```