AnimatedTheme constructor
Creates an animated theme.
By default, the theme transition uses a linear curve.
Implementation
const AnimatedTheme({
  super.key,
  required this.data,
  super.curve,
  super.duration = kThemeAnimationDuration,
  super.onEnd,
  required this.child,
});