style property

  1. @JsonKey.new(toJson: UserInterfaceStyleKey.toJson)
ThemeMode? get style
inherited

iOS only style options for colors in PaymentSheet

Parts can be overridden by appearance.

Implementation

PaymentSheetApplePay? get applePay;/// iOS only style options for colors in PaymentSheet
///
/// Parts can be overridden by [appearance].
@JsonKey(toJson: UserInterfaceStyleKey.toJson) ThemeMode? get style;