userGuidanceBackgroundColor property

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

The background color of the user guidance hints.

Implementation

@JsonKey(toJson: toColorString)

/// The background color of the user guidance hints.
Color? userGuidanceBackgroundColor;