topBarButtonsInactiveColor property

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

Foreground color of the top bar buttons when disabled.

Implementation

@JsonKey(toJson: toColorString)

/// Foreground color of the top bar buttons when disabled.
Color? topBarButtonsInactiveColor;