JsonAnimatedThemeBuilder constructor

JsonAnimatedThemeBuilder({
  1. Curve? curve,
  2. required ThemeData data,
  3. Duration? duration,
  4. VoidCallback? onEnd,
})

Implementation

JsonAnimatedThemeBuilder({
  this.curve,
  required this.data,
  this.duration,
  this.onEnd,
}) : super(numSupportedChildren: kNumSupportedChildren);