RippleConfiguration.Focus.InsetRing


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.

Summary

Public constructors

InsetRing(outerStrokeColor: Color, innerStrokeColor: Color)
Cmn

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn

Public properties

Color

the color of the inner stroke.

Cmn
Color

the color of the outer stroke.

Cmn

Public constructors

InsetRing

InsetRing(outerStrokeColor: Color, innerStrokeColor: Color)
Parameters
outerStrokeColor: Color

the color of the outer stroke.

innerStrokeColor: Color

the color of the inner stroke.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

innerStrokeColor

val innerStrokeColorColor

the color of the inner stroke.

outerStrokeColor

val outerStrokeColorColor

the color of the outer stroke.