style property

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

iOS only style options for colors in PaymentSheet

Parts can be overridden by appearance.

Implementation

@JsonKey(toJson: UserInterfaceStyleKey.toJson)
ThemeMode? get style => throw _privateConstructorUsedError;