add scroll to bottom fab

This commit is contained in:
Salvatore Giordano
2020-10-20 10:11:43 +02:00
parent 87bc225fe3
commit 9be191b856
3 changed files with 176 additions and 109 deletions
+1 -2
View File
@@ -3,10 +3,9 @@ import 'package:stream_chat/stream_chat.dart';
import 'package:stream_chat_flutter/src/channel_header.dart';
import 'package:stream_chat_flutter/src/channel_preview.dart';
import 'package:stream_chat_flutter/src/message_input.dart';
import 'package:stream_chat_flutter/src/reaction_icon.dart';
import 'package:stream_chat_flutter/src/stream_icons.dart';
import 'reaction_asset.dart';
/// Inherited widget providing the [StreamChatThemeData] to the widget tree
class StreamChatTheme extends InheritedWidget {
final StreamChatThemeData data;