MagicalFlowerAnimator constructor
MagicalFlowerAnimator({
- int petalCount = 5,
- double petalWidth = 50.0,
- double petalLength = 70.0,
- double flowerScale = 1.5,
- double centerScale = 0.3,
- double petalCurve = 0.4,
- double petalOverlap = 0.2,
- double rotationSpeed = 0.1,
- bool enableGlowEffect = true,
- bool enableSparkles = true,
- bool enablePatternDetail = true,
- bool enablePetalGradient = true,
- int sparkleCount = 12,
- bool enableHueTilt = true,
- double hueTiltRange = 0.15,
- double saturationBoost = 1.2,
- Color centerColor = const Color(0xFF55BBAA),
- Color accentColor = const Color(0xFFFFFFFF),
Implementation
MagicalFlowerAnimator({
this.petalCount = 5,
this.petalWidth = 50.0,
this.petalLength = 70.0,
this.flowerScale = 1.5,
this.centerScale = 0.3,
this.petalCurve = 0.4,
this.petalOverlap = 0.2,
this.rotationSpeed = 0.1,
//
this.enableGlowEffect = true,
this.enableSparkles = true,
this.enablePatternDetail = true,
this.enablePetalGradient = true,
this.sparkleCount = 12,
//
this.enableHueTilt = true,
this.hueTiltRange = 0.15,
this.saturationBoost = 1.2,
this.centerColor = const Color(0xFF55BBAA),
this.accentColor = const Color(0xFFFFFFFF),
});