kThemeAnimationDuration top-level constant Null safety
The duration over which theme changes animate by default.
Implementation
const Duration kThemeAnimationDuration = Duration(milliseconds: 200);
The duration over which theme changes animate by default.
const Duration kThemeAnimationDuration = Duration(milliseconds: 200);