buttonDuration property

  1. @override
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

@override
final Duration buttonDuration;