confirmationDialogConfirmButtonFilledTextColor property

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

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;