diff --git a/lib/src/message_input.dart b/lib/src/message_input.dart index 705bc8d6..f1f8bba9 100644 --- a/lib/src/message_input.dart +++ b/lib/src/message_input.dart @@ -254,11 +254,13 @@ class MessageInputState extends State { child: LimitedBox( maxHeight: widget.maxHeight, child: Container( + clipBehavior: Clip.antiAlias, decoration: BoxDecoration( - borderRadius: BorderRadius.circular(32.0), - border: Border.all( - color: Colors.grey, - )), + borderRadius: BorderRadius.circular(32.0), + border: Border.all( + color: Colors.grey, + ), + ), child: Column( mainAxisSize: MainAxisSize.min, children: [