ApplePayButtonStyle enum Null safety
The button styles supported on Apple Pay.
See the PKPaymentButtonStyle class in the Apple Pay documentation to learn more.
Constructors
- ApplePayButtonStyle()
-
const
Values
- white → const ApplePayButtonStyle
-
const ApplePayButtonStyle(0)
- whiteOutline → const ApplePayButtonStyle
-
const ApplePayButtonStyle(1)
- black → const ApplePayButtonStyle
-
const ApplePayButtonStyle(2)
- automatic → const ApplePayButtonStyle
-
const ApplePayButtonStyle(3)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ApplePayButtonStyle> -
A constant List of the values in this enum, in order of their declaration.
[white, whiteOutline, black, automatic]