componentText property
- @JsonKey.new(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
inherited
Color of the entered text in the payment components.
Implementation
@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? get componentText => throw _privateConstructorUsedError;