AiutaUserInterfaceConfiguration constructor
AiutaUserInterfaceConfiguration({
- required AiutaPresentationStyle presentationStyle,
- required AiutaSwipeToDismissPolicy swipeToDismiss,
- required AiutaTheme theme,
Creates an AiutaUserInterfaceConfiguration with presentationStyle
to
configure the presentation style of the SDK, swipeToDismiss
to
configure the swipe-to-dismiss policy, and theme
to configure the
theme of the UI components.
Implementation
AiutaUserInterfaceConfiguration({
required this.presentationStyle,
required this.swipeToDismiss,
required this.theme,
});