topBarButtonsInactiveColor property

  1. @JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? topBarButtonsInactiveColor
read / write

Foreground color of the top bar buttons when disabled.

Implementation

@JsonKey(fromJson: colorFromString, toJson: toColorString)

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