QuranPageReaderConfig constructor

QuranPageReaderConfig({
  1. bool isUsingBottomIndicator = false,
  2. String pageMode = QuranPageMode.page,
  3. Color primaryColor = const Color(0xffF2F2F2),
  4. Color onPrimaryColor = Colors.black,
  5. Color accentColor = const Color(0xff0FA971),
  6. Color onAccentColor = Colors.white,
  7. Color surfaceColor = const Color(0xffDFDFDF),
  8. Color onSurfaceColor = Colors.black,
  9. Color backgroundColor = Colors.white,
  10. Color onBackgroundColor = Colors.black,
})

Implementation

QuranPageReaderConfig(
    {this.isUsingBottomIndicator = false,
    this.pageMode = QuranPageMode.page,
    this.primaryColor = const Color(0xffF2F2F2),
    this.onPrimaryColor = Colors.black,
    this.accentColor = const Color(0xff0FA971),
    this.onAccentColor = Colors.white,
    this.surfaceColor = const Color(0xffDFDFDF),
    this.onSurfaceColor = Colors.black,
    this.backgroundColor = Colors.white,
    this.onBackgroundColor = Colors.black});