swifty_chat library

Classes

CarouselButtonItem
CarouselItem
Represents the data for a carousel.
Chat
ChatTheme
Base chat theme containing all required properties to make a theme. Extend this class if you want to create a custom theme.
ChatUser
DarkChatTheme
Dark chat theme which extends ChatTheme
DefaultChatTheme
Default chat theme which extends ChatTheme
Message
MessageCellSizeConfigurator
MessageInputField
MessageKind
QuickReplyItem
UserAvatar

Mixins

ChatKeys

Constants

dark → const Color
Dark
neutral0 → const Color
N0
neutral2 → const Color
N2
neutral7 → const Color
N7
neutral7WithOpacity → const Color
N7 with opacity
primary → const Color
Primary
secondary → const Color
Secondary
secondaryDark → const Color
Secondary dark

Typedefs

MaxHeightConfiguration = double Function(double parentHeight)
MaxWidthConfiguration = double Function(double parentWidth)