confirmButtonFilledTextColor property

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

Allows to set a text color of the filled button. See confirmationDialogConfirmButtonFilled. Android only.

Implementation

@JsonKey(toJson: toColorString)
Color? confirmButtonFilledTextColor;