topBarButtonsInactiveColor property

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

Color buttons inactive color

Implementation

@JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? topBarButtonsInactiveColor;