topBarButtonsColor property
- @JsonKey(fromJson: colorFromString, toJson: toColorString)
read / write
Foreground color of the cancel button.
Implementation
@JsonKey(fromJson: colorFromString, toJson: toColorString)
///Foreground color of the cancel button.
Color? topBarButtonsColor;