topBarButtonsColor property

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

Foreground color of the cancel button.

Implementation

@JsonKey(fromJson: colorFromString, toJson: toColorString)

///Foreground color of the cancel button.
Color? topBarButtonsColor;