Closed cedvdb closed 4 days ago
this only works on iOS like documented in the code:
/// iOS only style options for colors in PaymentSheet
///
/// Parts can be overridden by [appearance].
@JsonKey(toJson: UserInterfaceStyleKey.toJson) ThemeMode? style,
On android the style is always dark, even when Light is passed.
Repro:
Copy paste the following into payment_sheet_screen and run the example