MessageListConfig constructor
MessageListConfig({})
Implementation
MessageListConfig({
required this.alignment,
required this.messageActionList,
required bool jsonEnableReadReceipt,
}) : _jsonEnableReadReceipt = jsonEnableReadReceipt {
// Load cached value asynchronously
_loadEnableReadReceipt();
}