ChatMessageListConfig class

Implemented types

Constructors

ChatMessageListConfig({double? textBubbleCornerRadius, String? alignment, bool? isShowTimeMessage, bool? isShowLeftAvatar, bool? isShowLeftNickname, bool? isShowRightAvatar, bool? isShowRightNickname, bool? isShowTimeInBubble, double? cellSpacing, bool? isShowSystemMessage, bool? isShowUnsupportMessage, bool? isSupportCopy, bool? isSupportDelete, bool? isSupportRecall, double? horizontalPadding, double? avatarSpacing})
const

Properties

alignment String
no setteroverride
avatarSpacing double
no setteroverride
cellSpacing double
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
horizontalPadding double
no setteroverride
isShowLeftAvatar bool
no setteroverride
isShowLeftNickname bool
no setteroverride
isShowRightAvatar bool
no setteroverride
isShowRightNickname bool
no setteroverride
isShowSystemMessage bool
no setteroverride
isShowTimeInBubble bool
no setteroverride
isShowTimeMessage bool
no setteroverride
isShowUnsupportMessage bool
no setteroverride
isSupportCopy bool
no setteroverride
isSupportDelete bool
no setteroverride
isSupportRecall bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textBubbleCornerRadius double
no setteroverride

Methods

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

Operators

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