titleColor property

  1. @JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? titleColor
getter/setter pair

The color of the title in the top bar (iOS only).

Implementation

@JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? titleColor;