SenzuChapter constructor
Implementation
const SenzuChapter({
required this.startMs,
required this.title,
this.showOnProgressBar = true,
this.isSkippable = false,
this.skipToMs,
});
const SenzuChapter({
required this.startMs,
required this.title,
this.showOnProgressBar = true,
this.isSkippable = false,
this.skipToMs,
});