Ultimator constructor
const
Ultimator({
- Key? key,
- required AnimationController controller,
- double? startTop,
- double? endTop,
- double? startLeft,
- double? endLeft,
- double? startRight,
- double? endRight,
- double? startBottom,
- double? endBottom,
- double? startWidth,
- double? endWidth,
- double? startHeight,
- double? endHeight,
- double? startOpacity,
- double? endOpacity,
- double? startScale,
- double? endScale,
- double? startRotation,
- double? endRotation,
- double? startRotationX,
- double? endRotationX,
- double? startRotationY,
- double? endRotationY,
- double? startRotationZ,
- double? endRotationZ,
- double? startTranslationX,
- double? endTranslationX,
- double? startTranslationY,
- double? endTranslationY,
- double? startTranslationZ,
- double? endTranslationZ,
- Color? startColor,
- Color? endColor,
- UltimatorGradiant? gradient,
- required Widget child,
Implementation
const Ultimator({
Key? key,
required this.controller,
this.startTop,
this.endTop,
this.startLeft,
this.endLeft,
this.startRight,
this.endRight,
this.startBottom,
this.endBottom,
this.startWidth,
this.endWidth,
this.startHeight,
this.endHeight,
this.startOpacity,
this.endOpacity,
this.startScale,
this.endScale,
this.startRotation,
this.endRotation,
this.startRotationX,
this.endRotationX,
this.startRotationY,
this.endRotationY,
this.startRotationZ,
this.endRotationZ,
this.startTranslationX,
this.endTranslationX,
this.startTranslationY,
this.endTranslationY,
this.startTranslationZ,
this.endTranslationZ,
this.startColor,
this.endColor,
this.gradient,
required this.child,
}) : super(key: key);