Articulation constructor
Articulation({
- required ArticulationType type,
- bool above = true,
Implementation
Articulation({
required this.type,
this.above = true,
});