AiutaTypography class
- Annotations
-
- @JsonSerializable()
Constructors
-
AiutaTypography({required List<
AiutaFont> fonts, required AiutaTextStyle titleXL, required AiutaTextStyle welcomeText, required AiutaTextStyle titleL, required AiutaTextStyle titleM, required AiutaTextStyle regular, required AiutaTextStyle button, required AiutaTextStyle smallButton, required AiutaTextStyle cells, required AiutaTextStyle chips, required AiutaTextStyle productName, required AiutaTextStyle price, required AiutaTextStyle brandName, required AiutaTextStyle description}) -
AiutaTypography.fromJson(Map<
String, dynamic> json) -
factory
Properties
- brandName → AiutaTextStyle
-
final
-
final
- cells → AiutaTextStyle
-
final
- chips → AiutaTextStyle
-
final
- description → AiutaTextStyle
-
final
-
fonts
→ List<
AiutaFont> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
final
- price → AiutaTextStyle
-
final
- productName → AiutaTextStyle
-
final
- regular → AiutaTextStyle
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smallButton → AiutaTextStyle
-
final
- titleL → AiutaTextStyle
-
final
- titleM → AiutaTextStyle
-
final
- titleXL → AiutaTextStyle
-
final
- welcomeText → AiutaTextStyle
-
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