QuranPageReaderConfig class

Constructors

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

Properties

accentColor Color
final
backgroundColor Color
final
hashCode int
The hash code for this object.
no setterinherited
isUsingBottomIndicator bool
final
onAccentColor Color
final
onBackgroundColor Color
final
onPrimaryColor Color
final
onSurfaceColor Color
final
pageMode String
final
primaryColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
surfaceColor Color
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited