duration property

Duration duration
final

The default duration to use when animating the expand/collapse operations.

Provide a duration of Duration.zero to disable animations.

Defaults to Duration(milliseconds: 300).

Implementation

final Duration duration;