Companion

object Companion

Functions

create
Link copied to clipboard
fun create(layoutAnimationSpec: AnimationSpec<Float> = tween(), colorAnimationSpec: AnimationSpec<Color> = tween()): DonutConfig
The factory method for DonutConfig that simplifies the creation of new configuration instances where all layout animations or all color animations should behave similarly (Eg.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String