themeAnimationDuration property

Duration get themeAnimationDuration

Duration for theme change animations.

Controls how long it takes to animate between theme changes. Example: Duration(milliseconds: 300)

Implementation

Duration get themeAnimationDuration => kThemeAnimationDuration;