Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Sep 1, 2021
1 parent cf7a40d commit e041bfa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/src/widgets/chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ class Chat extends StatefulWidget {
required this.user,
}) : super(key: key);

/// Allows to replace default Input widget in chat eg. if you want to block
/// sending messages, create channel view etc. To remove input just pass
/// an empty [Container] in this prop.
/// Allows you to replace the default Input widget e.g. if you want to create
/// a channel view.
final Widget? customBottomWidget;

/// If [dateFormat], [dateLocale] and/or [timeFormat] is not enough to
Expand Down

0 comments on commit e041bfa

Please sign in to comment.