ChordChartDisplay constructor

const ChordChartDisplay({
  1. Key? key,
  2. Size size = defaultSize,
  3. required TabContext tabContext,
  4. required ChordNoteSet chord,
})

Implementation

const ChordChartDisplay({
  super.key,
  this.size = defaultSize,
  required this.tabContext,
  required this.chord,
});