SongDisplay constructor

const SongDisplay(
  1. TabContext tabContext,
  2. Song song, {
  3. Key? key,
})

Implementation

const SongDisplay(this.tabContext, this.song, {super.key});