SurahNameStyle class
A class that defines the style for a Surah name.
This class contains properties to customize the appearance of a Surah name, including its color, width, and height.
Constructors
- SurahNameStyle.new({Color? surahNameColor, double? surahNameSize})
- Creates a new instance of SurahNameStyle.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- surahNameColor → Color?
-
The color of the Surah name.
final
- surahNameSize → double?
-
surahNameSize if you wanna add the size for the surah name
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