TajweedRule class

Tajweed color rules for QFC4 fonts.

Each rule has a color index corresponding to the CPAL palette.

Constructors

TajweedRule({required int index, required int color, int? darkColor, required String arabicName, required String englishName})
const

Properties

arabicName → String
final
color → int
final
darkColor → int?
final
englishName → String
final
hashCode → int
The hash code for this object.
no setterinherited
index → int
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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