---
title: "RippleConfiguration.Focus.InsetRing"
description: "An inset ring focus indication."
type: "class"
lastmod: "2026-04-23T11:19:39.118941Z"
---
## API Reference

> Source set: Common

```kotlin
class InsetRing(val outerStrokeColor: Color, val innerStrokeColor: Color) : Focus()
```

An inset ring focus indication. This is drawn using two strokes, an outer stroke and an
inner stroke.

The inner stroke is drawn first, followed by the outer stroke.

#### Parameters

| | |
| --- | --- |
| outerStrokeColor | the color of the outer stroke. |
| innerStrokeColor | the color of the inner stroke. |
