From d3206253eab61e3ec11708814a00191dcf0d1c44 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 18 Jan 2021 12:52:03 +0100 Subject: [PATCH] fix textfield options --- packages/flutter_widgets/lib/src/stream_chat.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/flutter_widgets/lib/src/stream_chat.dart b/packages/flutter_widgets/lib/src/stream_chat.dart index 3ebdf6e9..5d1b7484 100644 --- a/packages/flutter_widgets/lib/src/stream_chat.dart +++ b/packages/flutter_widgets/lib/src/stream_chat.dart @@ -80,7 +80,6 @@ class StreamChatState extends State with WidgetsBindingObserver { primaryIconTheme: streamTheme.primaryIconTheme, accentColor: streamTheme.colorTheme.accentBlue, scaffoldBackgroundColor: streamTheme.colorTheme.white, - buttonTheme: streamTheme.buttonTheme, ), child: widget.child, );