Articulation constructor

Articulation({
  1. required ArticulationType type,
  2. bool above = true,
})

Implementation

Articulation({
  required this.type,
  this.above = true,
});