ReadingProgressIndicator constructor
const
ReadingProgressIndicator({
- Key? key,
- required ReadingProgress progress,
Implementation
const ReadingProgressIndicator({super.key, required this.progress});