FrequencyPulseBackground constructor
const
FrequencyPulseBackground({})
Implementation
const FrequencyPulseBackground({
super.key,
required this.color,
required this.pulseFrequency,
required this.child,
this.enabled = true,
});