componentBackground property

  1. @JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? componentBackground
inherited

Background color of the payment sheet components.

Implementation

@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? get componentBackground => throw _privateConstructorUsedError;