screenBackgroundColor property

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

The Color of the screen-covering backdrop view.

Implementation

@JsonKey(toJson: toColorString)
Color? screenBackgroundColor;