confirmationDialogConfirmButtonFilledTextColor property

  1. @JsonKey(toJson: toColorString)
Color? confirmationDialogConfirmButtonFilledTextColor
read / write

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

Implementation

@JsonKey(toJson: toColorString)

///Allows to set a text color of the filled button. See `confirmationDialogConfirmButtonFilled`. Android only.
Color? confirmationDialogConfirmButtonFilledTextColor;