BasmalaStyle class
A class that represents the style for Basmala text in the application.
This class can be used to define and manage the styling properties for the Basmala text, such as font size, color, and other text attributes.
Constructors
- BasmalaStyle.new({Color? basmalaColor, double? basmalaWidth, double? basmalaHeight})
- A class that defines the style for the Basmala.
Properties
- basmalaColor → Color?
-
basmalaColor If you wanna change the color for the basmalah.
final
- basmalaHeight → double?
-
basmalaHeight If you wanna change the height for the basmalah.
final
- basmalaWidth → double?
-
basmalaWidth If you wanna change the width for the basmalah.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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