CafSdkBuilderConfiguration class

Builder options for ordering modules and customizing appearance.

Constructors

CafSdkBuilderConfiguration({required List<CafModuleType> presentationOrder, CafColorConfiguration? colorConfiguration, CafConfirmationNextStepContentConfiguration? nextStepContentConfiguration, bool? waitForAllServices, bool? enableTransitionScreens})
const

Properties

colorConfiguration CafColorConfiguration?
Optional color theme overrides.
final
enableTransitionScreens bool?
When true, enables transition screens between modules. @default true
final
hashCode int
The hash code for this object.
no setterinherited
nextStepContentConfiguration CafConfirmationNextStepContentConfiguration?
Custom content for the "next" confirmation screen.
final
presentationOrder List<CafModuleType>
Sequence of modules to present.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
waitForAllServices bool?
When true, waits for all modules to send their results. @default true
final

Methods

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

Operators

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