topBarButtonsInactiveColor property
- @JsonKey(toJson: toColorString)
getter/setter pair
The color of all inactive toggle buttons in the toolbar.
Implementation
@JsonKey(toJson: toColorString)
/// The color of all inactive toggle buttons in the toolbar.
Color? topBarButtonsInactiveColor;