ReaderLyricsPage constructor

const ReaderLyricsPage(
  1. {MediaItem? item,
  2. Key? key}
)

Create an instance of this tab page.

Implementation

const ReaderLyricsPage({
  super.item,
  super.key,
});