topBarButtonsColor property

  1. @JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? topBarButtonsColor
getter/setter pair

The color of the titles of all buttons in the top toolbar (Cancel and Done buttons).

Implementation

@JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? topBarButtonsColor;