SynthizerEvent constructor

const SynthizerEvent({
  1. required Context context,
  2. required EventTypes type,
})

Create an instance.

Implementation

const SynthizerEvent({
  required this.context,
  required this.type,
});