topBarButtonsActiveColor property

  1. @JsonKey(toJson: toColorString)
Color? topBarButtonsActiveColor
getter/setter pair

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;