CPDFReaderSliderBar constructor
const
CPDFReaderSliderBar({})
Implementation
const CPDFReaderSliderBar({
super.key,
required this.currentPage,
required this.pageCount,
required this.onJumpToPage,
this.thumbHeight = 40.0,
this.showPageIndicator = true,
this.thumbBuilder,
this.axis = Axis.vertical,
this.thumbColor = Colors.blue
});