diff --git a/lib/src/reply_message_widget.dart b/lib/src/reply_message_widget.dart index 9ae6f23e..9a56c601 100644 --- a/lib/src/reply_message_widget.dart +++ b/lib/src/reply_message_widget.dart @@ -140,7 +140,9 @@ class ReplyMessageWidget extends StatelessWidget { ), decoration: BoxDecoration( color: _getBackgroundColor(), - border: showBorder ? Border.all(color: Colors.black.withOpacity(0.08)) : null, + border: showBorder + ? Border.all(color: Colors.black.withOpacity(0.08)) + : null, borderRadius: BorderRadius.only( topRight: Radius.circular(12), topLeft: Radius.circular(12),