Source set: Common
class InsetRing(
val outerStrokeInset: Dp,
val outerStrokeWidth: Dp,
val innerStrokeInset: Dp,
val innerStrokeWidth: Dp,
) : 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.