doc(ui): fix doc ref

This commit is contained in:
Salvatore Giordano
2022-05-04 09:54:49 +02:00
parent 94ea5b1a66
commit 2165df7c94
@@ -52,7 +52,8 @@ typedef ChannelHeader = StreamChannelHeader;
/// with [onBackPressed].
///
/// The widget components render the ui based on the first ancestor of type
/// [StreamChatTheme] and on its [ChannelTheme.channelHeaderTheme] property.
/// [StreamChatTheme] and on its [StreamChatThemeData.channelHeaderTheme]
/// property.
/// Modify it to change the widget appearance.
/// {@endtemplate}
class StreamChannelHeader extends StatelessWidget