RippleNodeConfiguration.DragConfiguration.Opacity


An opacity-based drag visual.

Summary

Public constructors

Opacity(alpha: @FloatRange(from = 0.0, to = 1.0) Float)
Cmn

Public functions

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

Public properties

Float

the alpha to apply to the layer.

Cmn

Public constructors

Opacity

Opacity(alpha: @FloatRange(from = 0.0, to = 1.0) Float)
Parameters
alpha: @FloatRange(from = 0.0, to = 1.0) Float

the alpha to apply to the layer.

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

alpha

val alphaFloat

the alpha to apply to the layer.