RippleThemeConfiguration.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(
    outerStrokeInset: Dp,
    outerStrokeWidth: Dp,
    innerStrokeInset: Dp,
    innerStrokeWidth: Dp
)
Cmn

Public functions

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

Public constructors

InsetRing

InsetRing(
    outerStrokeInset: Dp,
    outerStrokeWidth: Dp,
    innerStrokeInset: Dp,
    innerStrokeWidth: Dp
)

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

innerStrokeInset

val innerStrokeInsetDp

innerStrokeWidth

val innerStrokeWidthDp

outerStrokeInset

val outerStrokeInsetDp

outerStrokeWidth

val outerStrokeWidthDp