topBarButtonsInactiveColor property
- @JsonKey(toJson: toColorString)
read / write
Foreground color of the top bar buttons when disabled.
Implementation
@JsonKey(toJson: toColorString)
/// Foreground color of the top bar buttons when disabled.
Color? topBarButtonsInactiveColor;