confirmButtonFilledTextColor property
- @JsonKey(toJson: toColorString)
read / write
Allows to set a text color of the filled button. See confirmationDialogConfirmButtonFilled
. Android only.
Implementation
@JsonKey(toJson: toColorString)
Color? confirmButtonFilledTextColor;