JsonAnimatedThemeBuilder constructor
JsonAnimatedThemeBuilder({
- Curve? curve,
- required ThemeData data,
- Duration? duration,
- VoidCallback? onEnd,
Implementation
JsonAnimatedThemeBuilder({
this.curve,
required this.data,
this.duration,
this.onEnd,
}) : super(numSupportedChildren: kNumSupportedChildren);