dialogBackgroundColor property

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

The general background color of the actual dialog view.

Implementation

@JsonKey(toJson: toColorString)
Color dialogBackgroundColor;