classic constant

RadarEffectConfig const classic

Premium cloudy green — matches the Booka-style screenshot.

Features: cloudy yellow-green patches, thin semi-transparent rings, large radius (rings extend beyond screen), 6 rings.

Implementation

static const classic = RadarEffectConfig(
  ringColor: Color(0xFFFFFFFF),
  bgColor1: Color.fromARGB(255, 66, 98, 9),
  bgColor2: Color.fromARGB(255, 43, 137, 0),
  bgColor3: ui.Color.fromARGB(255, 203, 222, 30),
  ringCount: 6,
  speed: 0.4,
  ringWidth: 0.002,
  maxRadius: 0.8,
  noiseAmount: 0.6,
  ringOpacity: 0.4,
);