menu
dpay_flutter package
documentation
CheckoutOptions
DCheckoutOptions
darkMode property
darkMode
brightness_4
darkMode
property
bool
darkMode
Implementation
bool get darkMode => _darkMode;
void
darkMode=
(
bool
dark_mode
)
Implementation
set darkMode(bool dark_mode) { _darkMode = dark_mode; }
dpay_flutter package
documentation
CheckoutOptions
DCheckoutOptions
darkMode property
DCheckoutOptions class
Constructors
DCheckoutOptions
Properties
accentColor
accessToken
amount
currency
customerAddressLine1
customerAddressLine2
customerCity
customerCountry
customerEmail
customerGivenName
customerId
customerMobile
customerPostalCode
customerRegion
darkMode
environment
hashCode
label
landmark
locale
orderId
paymentType
receiverName
receiverPhone
runtimeType
siteName
themeColor
Methods
noSuchMethod
toMap
toString
Operators
operator ==