JsonAnimatedPhysicalModelBuilder constructor
JsonAnimatedPhysicalModelBuilder({})
Implementation
JsonAnimatedPhysicalModelBuilder({
this.animateColor,
this.animateShadowColor,
this.borderRadius,
this.clipBehavior,
required this.color,
this.curve,
required this.duration,
required this.elevation,
this.onEnd,
required this.shadowColor,
required this.shape,
}) : super(numSupportedChildren: kNumSupportedChildren);