ChordChartDisplay constructor
const
ChordChartDisplay({
- Key? key,
- Size size = defaultSize,
- required TabContext tabContext,
- required ChordNoteSet chord,
Implementation
const ChordChartDisplay(
{super.key,
this.size = defaultSize,
required this.tabContext,
required this.chord});