enableAnimation property

bool enableAnimation
final

Whether to enable expansion/collapse animations.

When true, children will animate in/out when expanding/collapsing. When false, children will appear/disappear instantly. Defaults to true.

Implementation

final bool enableAnimation;