FontColors class

FontColors font colors for app.

Annotations
  • @freezed

Constructors

FontColors({@JsonKey(name: 'text') required String text, @JsonKey(name: 'title') required String title, @JsonKey(name: 'sub') required String sub, @JsonKey(name: 'brand_button') required String brandButton, @JsonKey(name: 'simple_button') required String simpleButton, @JsonKey(name: 'bubble_sent') required String bubbleSent, @JsonKey(name: 'bubble_received') required String bubbleReceived})
const
factory
FontColors.fromJson(Map<String, dynamic> json)
factory

Properties

brandButton String
Brand button color.
no setterinherited
bubbleReceived String
Bubble received color.
no setterinherited
bubbleSent String
Bubble sent color.
no setterinherited
copyWith → $FontColorsCopyWith<FontColors>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simpleButton String
Simple button color.
no setterinherited
sub String
Sub color.
no setterinherited
text String
Text color.
no setterinherited
title String
Title color.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited