Lyric constructor

Lyric({
  1. String? lyric,
  2. Duration? startTime,
  3. Duration? endTime,
  4. bool isRemark = false,
})

Implementation

Lyric({this.lyric, this.startTime, this.endTime, this.isRemark = false});