titleColor property
- @JsonKey(fromJson: colorFromString, toJson: toColorString)
getter/setter pair
The color of the title in the top bar (iOS only).
Implementation
@JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? titleColor;