You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trailing property here could be renamed to subtitleEnd or something similar.
The trailing not available limits the customizability of the StreamChatListTile. For example, if you want to customize the actual trailing property, you'll need to modify the entire content of the StreamChatListTile. Just to give an example:
Messenger's channel list tile has a trailing that shows unread indicator as a dot and also a mute indicator.
Describe the solution that you'd like
Move the trailing property for StreamChatListTile to trailing and use a different trailing property for the subtitle.
Describe alternatives that you have considered
Customized the title and subtitle to fit my use case or use a Stack to add an overlay button at the end of the listtile.
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
mlab817
changed the title
Make StreamChannelListTile trailing widget behave similarly with ListTile trailing
Make StreamChannelListTile trailing widget behave similarly with ListTile trailing in Flutter
Jan 16, 2025
Please select which package this feature is related to
stream_chat_flutter
Which platforms would this feature impact?
Android, iOS
Is your feature request related to a problem?
The
trailing
property of the StreamChatListTile is not intuitive because it does not follow the behavior of ListTile trailing property.The trailing property here could be renamed to subtitleEnd or something similar.
The trailing not available limits the customizability of the StreamChatListTile. For example, if you want to customize the actual trailing property, you'll need to modify the entire content of the StreamChatListTile. Just to give an example:
Messenger's channel list tile has a trailing that shows unread indicator as a dot and also a mute indicator.
Describe the solution that you'd like
Move the trailing property for StreamChatListTile to trailing and use a different
trailing
property for the subtitle.Describe alternatives that you have considered
Customized the title and subtitle to fit my use case or use a Stack to add an overlay button at the end of the listtile.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: