fadeDuration property
The duration of action and label visibility animations.
Use Duration.zero to switch changing content immediately while keeping the independently configured resizeDuration.
fadeDuration: 200ms [Save] --fade--> [S]
fadeDuration: zero [Save] ---------> [S]
Implementation
final Duration fadeDuration;