topBarButtonsColor property

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

Color of the titles of all buttons in the top toolbar.

Implementation

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