RadarEffectConfig constructor
const
RadarEffectConfig({
- Color ringColor = const Color(0xFFFFFFFF),
- Color bgColor1 = const Color.fromARGB(255, 66, 98, 9),
- Color bgColor2 = const Color.fromARGB(255, 43, 137, 0),
- Color bgColor3 = const Color(0xFFAAE040),
- int ringCount = 3,
- double speed = 1.0,
- double ringWidth = 0.008,
- double maxRadius = 0.45,
- double noiseAmount = 0.0,
- double ringOpacity = 0.7,
Creates a RadarEffectConfig.
Implementation
const RadarEffectConfig({
this.ringColor = const Color(0xFFFFFFFF),
this.bgColor1 = const Color.fromARGB(255, 66, 98, 9),
this.bgColor2 = const Color.fromARGB(255, 43, 137, 0),
this.bgColor3 = const Color(0xFFAAE040),
this.ringCount = 3,
this.speed = 1.0,
this.ringWidth = 0.008,
this.maxRadius = 0.45,
this.noiseAmount = 0.0,
this.ringOpacity = 0.7,
});