flutter format

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2020-12-07 22:45:59 +05:30
parent 34eb399d35
commit 8223f48330
+3 -1
View File
@@ -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),