defaultToggleAnimationStyle property
getter/setter pair
The default AnimationStyle used for node expand and collapse animations, when one has not been provided in toggleAnimationStyle.
Implementation
static AnimationStyle defaultToggleAnimationStyle = AnimationStyle(
curve: defaultAnimationCurve,
duration: defaultAnimationDuration,
);