SkapaButtonIndicationImplementation

class SkapaButtonIndicationImplementation(resizeFactor: Float = SkapaAnimation.SizeFactors.RegularComponents, animationSpec: AnimationSpec<Float> = SkapaAnimation.PressAnimationSpec, color: State<Color?>, scale: State<Animatable<Float, AnimationVector1D>>, cornersRadius: State<Dp>, offset: Offset) : IndicationInstance, RememberObserver

Constructors

Link copied to clipboard
constructor(resizeFactor: Float = SkapaAnimation.SizeFactors.RegularComponents, animationSpec: AnimationSpec<Float> = SkapaAnimation.PressAnimationSpec, color: State<Color?>, scale: State<Animatable<Float, AnimationVector1D>>, cornersRadius: State<Dp>, offset: Offset)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun ContentDrawScope.drawIndication()
Link copied to clipboard
open override fun onAbandoned()
Link copied to clipboard
open override fun onForgotten()
Link copied to clipboard
open override fun onRemembered()
Link copied to clipboard
fun reset(scope: CoroutineScope)
Link copied to clipboard
fun resize(scope: CoroutineScope)