From 8223f4833005833bcba7f0465cef81fe543bf4f2 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Mon, 7 Dec 2020 22:45:59 +0530 Subject: [PATCH] flutter format Signed-off-by: Sahil Kumar --- lib/src/reply_message_widget.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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),