TafsirStyle class

Constructors

TafsirStyle.new({Color? backgroundColor, Color? textColor, Widget? fontSizeWidget, Widget? tafsirNameWidget, String? translateName, Color? linesColor, Color? selectedTafsirColor, Color? unSelectedTafsirColor})

Properties

backgroundColor Color?
final
fontSizeWidget Widget?
final
hashCode int
The hash code for this object.
no setterinherited
linesColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedTafsirColor Color?
final
tafsirNameWidget Widget?
final
textColor Color?
final
translateName String?
final
unSelectedTafsirColor 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