AiutaButtonTypographyCustom class
A custom implementation of the AiutaButtonTypography
.
This class allows for custom typography styles to be defined for buttons.
- Inheritance
-
- Object
- AiutaButtonTypography
- AiutaButtonTypographyCustom
- Annotations
-
- @JsonSerializable()
Constructors
- AiutaButtonTypographyCustom.new({required AiutaTextStyle buttonM, required AiutaTextStyle buttonS})
-
Creates an AiutaButtonTypographyCustom with the specified
buttonM
andbuttonS
text styles. -
AiutaButtonTypographyCustom.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
Medium button text style.
final
-
Small button text style.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- 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