chipAnimationStyle property

ChipAnimationStyle? chipAnimationStyle
final

The style of the chip's animation when selected or deselected.

This property is only used if selected is non-null. If selected is null, the chip cannot be selected and therefore cannot animate between selected and deselected states.

Implementation

final ChipAnimationStyle? chipAnimationStyle;