detailsActionColor property

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

Color of the Submit button.

Implementation

@JsonKey(toJson: toColorString)

/// Color of the Submit button.
Color? detailsActionColor;