FrequencyPhase constructor
const
FrequencyPhase({})
Implementation
const FrequencyPhase({
required this.startAt,
this.transitionDuration = const Duration(seconds: 10),
required this.leftFrequency,
required this.rightFrequency,
required this.screenColor,
this.pulseFrequency = 0,
});