bottomBarButtonsColor property
- @JsonKey(fromJson: colorFromString, toJson: toColorString)
read / write
The color of the titles of all buttons in the bottom toolbar (Rotate button).
Implementation
@JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? bottomBarButtonsColor;