NiceReadingProgress constructor
const
NiceReadingProgress({})
Implementation
const NiceReadingProgress({
super.key,
required this.currentPage,
required this.totalPages,
this.readingProgress,
this.showPercentage = true,
this.showPageInfo = true,
this.progressColor,
});