AiutaTypography class
- Annotations
-
- @JsonSerializable()
Constructors
- AiutaTypography({required AiutaFont titleXL, required AiutaFont welcomeText, required AiutaFont titleL, required AiutaFont titleM, required AiutaFont regular, required AiutaFont button, required AiutaFont smallButton, required AiutaFont cells, required AiutaFont chips, required AiutaFont productName, required AiutaFont price, required AiutaFont brandName, required AiutaFont description})
-
AiutaTypography.fromJson(Map<
String, dynamic> json) -
factory
Properties
- brandName → AiutaFont
-
final
-
final
- cells → AiutaFont
-
final
- chips → AiutaFont
-
final
- description → AiutaFont
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
final
- price → AiutaFont
-
final
- productName → AiutaFont
-
final
- regular → AiutaFont
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smallButton → AiutaFont
-
final
- titleL → AiutaFont
-
final
- titleM → AiutaFont
-
final
- titleXL → AiutaFont
-
final
- welcomeText → AiutaFont
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited