Fix code formatting

This project uses 120 character line width instead of the default 80.
Make sure to change your IDE preferences to auto-format lines to 120
character.
This commit is contained in:
Nutcake 2023-11-11 11:03:14 +01:00
parent e97e0a52af
commit ec4d276cc8

View file

@ -49,10 +49,7 @@ class MessageText extends StatelessWidget {
message.formattedContent,
softWrap: true,
maxLines: null,
style: Theme.of(context)
.textTheme
.bodyLarge
?.copyWith(color: foregroundColor),
style: Theme.of(context).textTheme.bodyLarge?.copyWith(color: foregroundColor),
),
),
Row(