animationDuration property

Duration? animationDuration
final

The duration of the animation when the ExpandedContent is collapsing or expanding

Defaults to Duration(milliseconds: 300)

Implementation

final Duration? animationDuration;