State
data class State( @DrawableRes val icon: Int, val text: String? = null, val duration: Long = 0)
Content copied to clipboard
Value object for updating button state.
Constructors
Link copied to clipboard
fun State( @DrawableRes icon: Int, text: String? = null, duration: Long = 0)
Content copied to clipboard