EcodeskProps constructor
const
EcodeskProps({
- required String accountId,
- EcodeskCustomerMetadata? customer,
- Widget closeIcon = const Icon(Icons.close_rounded),
- VoidCallback? closeAction,
- bool scrollEnabled = true,
- bool floatingSendMessage = false,
- bool requireEmailUpfront = false,
- Widget? sendIcon,
- void onMessageBubbleTap()?,
- EcodeskStyle style = const EcodeskStyle(),
- EcodeskIntl translations = const EcodeskIntl(),
Implementation
const EcodeskProps({
required this.accountId,
this.customer,
this.closeIcon = const Icon(Icons.close_rounded),
this.closeAction,
//this.showAgentAvailability = false,
this.scrollEnabled = true,
this.floatingSendMessage = false,
this.requireEmailUpfront = false,
this.sendIcon,
this.onMessageBubbleTap,
this.style = const EcodeskStyle(),
this.translations = const EcodeskIntl(),
});