Class

RippleConfiguration.Focus.InsetRing

An inset ring focus indication.

Source set: Common
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.

Last updated: