expose messageInputDecoration

This commit is contained in:
Salvatore Giordano
2020-12-09 14:45:24 +01:00
parent ea7c0f10f4
commit d6a6bdff67
6 changed files with 31 additions and 13 deletions
+1
View File
@@ -116,6 +116,7 @@ class StreamChatState extends State<StreamChat> with WidgetsBindingObserver {
inputGradient: themeData?.channelTheme?.inputGradient,
messageInputButtonTheme:
themeData?.channelTheme?.messageInputButtonTheme,
messageInputDecoration: themeData?.channelTheme?.messageInputDecoration,
),
ownMessageTheme: defaultTheme.ownMessageTheme.copyWith(
replies: themeData?.ownMessageTheme?.replies,