AiutaLabelTypographyCustom class
A custom implementation of the AiutaLabelTypography
.
This class allows for custom typography styles to be defined for labels.
- Inheritance
-
- Object
- AiutaLabelTypography
- AiutaLabelTypographyCustom
- Annotations
-
- @JsonSerializable()
Constructors
- AiutaLabelTypographyCustom.new({required AiutaTextStyle titleL, required AiutaTextStyle titleM, required AiutaTextStyle regular, required AiutaTextStyle subtle})
- Creates an AiutaLabelTypographyCustom with the given text styles.
-
AiutaLabelTypographyCustom.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- regular → AiutaTextStyle
-
Regular text style.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtle → AiutaTextStyle
-
Subtle text style.
final
- titleL → AiutaTextStyle
-
Large title text style.
final
- titleM → AiutaTextStyle
-
Medium title text style.
final
- type ↔ AiutaCustomizationType
-
The type of the typography, indicating whether it is built-in or custom.
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited