buttonDuration property

Duration buttonDuration
final

The duration of the animation used when toggling the state of the open/close button

The same duration is used between all three states, as described in RichAttributionWidget's documentation.

The animation used is always a fade provided by AnimatedSwitcher.

Implementation

abstract final Duration buttonDuration;