topBarButtonsInactiveColor property

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

Color of all inactive toggle buttons in the toolbar.

Implementation

@JsonKey(toJson: toColorString)

/// Color of all inactive toggle buttons in the toolbar.
Color? topBarButtonsInactiveColor;