Source set: Common
public class InsetRing(
public val outerStrokeColor: Color,
public 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.
As this describes a use-site specific override, the inset ring dimensions are controlled with RippleThemeConfiguration.Focus.InsetRing instead.
Parameters
| outerStrokeColor | the color of the outer stroke. |
| innerStrokeColor | the color of the inner stroke. |
Functions
equals
Source set: Common
override fun equals(other: Any?): Boolean
hashCode
Source set: Common
override fun hashCode(): Int