dialogBackgroundColor property

  1. @JsonKey(toJson: toColorString)
Color dialogBackgroundColor
getter/setter pair

The general background color of the actual dialog view.

Implementation

@JsonKey(toJson: toColorString)
Color dialogBackgroundColor;