topBarButtonsActiveColor property
- @JsonKey(toJson: toColorString)
read / write
The color of all active toggle buttons in the toolbar.
Implementation
@JsonKey(toJson: toColorString)
///The color of all active toggle buttons in the toolbar.
Color? topBarButtonsActiveColor;