titleColor property

  1. @JsonKey(toJson: toColorString)
Color? titleColor
read / write

The color of the dialogs title.

Implementation

@JsonKey(toJson: toColorString)
Color? titleColor;