CustomizationModel class

Constructors

CustomizationModel({String borderColor = "#000000", String backgroundColor = "#004C64", String buttonColor = "#0084A0", bool confetti = false, List<PayChannel> paymentMethod = const [PayChannel.account, PayChannel.card, PayChannel.transfer, PayChannel.ussd, PayChannel.momo]})
const

Properties

backgroundColor String
final
borderColor String
final
buttonColor String
final
confetti bool
final
hashCode int
The hash code for this object.
no setterinherited
final
paymentMethod List<PayChannel>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited