stateListAnimator

inline fun Style.stateListAnimator(stateListAnimator: StateListAnimator?): Style

Attaches the provided StateListAnimator to this Component. Setting this property will cause the Component to be represented as a View at mount time if it wasn't going to already.

See android.view.View.setStateListAnimator

NOTE: This style will be ignored pre-API 21.