topBarButtonsColor property

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

Foreground color of the cancel button.

Implementation

@JsonKey(toJson: toColorString)

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