bottomBarButtonsColor property

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

The color of the titles of all buttons in the bottom toolbar (Rotate button).

Implementation

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