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? surahNameWidth, double? surahNameHeight})
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
surahNameHeight double?
The height of the Surah name.
final
surahNameWidth double?
The width of 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