You can edit 8 Components for free. Get premium for unlimited access.
A component for writing messages within a chat.
The MessageĀ Dock component is used to display the input field that can be used to write your own messages.
This component inherits props from the Message Dock.
You can edit the state with the default or active parameter.

Image 2.1 : Type default

Image 2.2 : Type active
The MessageDock component is used to display the input field that can be used to write your own messages.
This component inherits props from the Message Dock.
-
This component inherits props from the Message Dock.
Write a message...
Preview
Code
DlMessageDock(
placeholder: 'Type a message...',
)Add this code example to your project to see how the component works.
DlMessageDock(
placeholder: 'Type a message...',
onIconPressed: () {
// left action (plus)
},
onSend: (text) {
// send text when right action is tapped
},
)DlMessageDock is a chat-ready dock component with an optional separator, a clickable secondary action button, and an expanding message input that can send trimmed text via button.
You have questions or need help?
You want to try?
Save time and money?