Chord constructor

Chord(
  1. double leadingSpace,
  2. String chordText
)

Implementation

Chord(this.leadingSpace, this.chordText);