menu
cdx_chat package
documentation
models/chat_config.dart
ChatConfig
maxLines property
maxLines property
dark_mode
light_mode
maxLines
property
int
maxLines
final
Maximum number of lines allowed in a message.
Default is 20 lines.
Implementation
final int maxLines;
cdx_chat package
documentation
models/chat_config
ChatConfig
maxLines property
ChatConfig class