chore: linting

This commit is contained in:
Gordon Hayes
2021-10-18 11:42:39 +02:00
parent 28bd688c7a
commit f805419816
14 changed files with 170 additions and 149 deletions
@@ -678,14 +678,16 @@ class _MessageWidgetState extends State<MessageWidget>
? Container(
transform:
Matrix4.translationValues(
widget.reverse ? 12 : -12,
0,
0),
widget.reverse ? 12 : -12,
0,
0,
),
constraints: const BoxConstraints(
maxWidth: 22 * 6.0,
),
child: _buildReactionIndicator(
context),
context,
),
)
: null,
portalAnchor: