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