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