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:
parent
e97e0a52af
commit
ec4d276cc8
1 changed files with 1 additions and 4 deletions
|
@ -49,10 +49,7 @@ class MessageText extends StatelessWidget {
|
||||||
message.formattedContent,
|
message.formattedContent,
|
||||||
softWrap: true,
|
softWrap: true,
|
||||||
maxLines: null,
|
maxLines: null,
|
||||||
style: Theme.of(context)
|
style: Theme.of(context).textTheme.bodyLarge?.copyWith(color: foregroundColor),
|
||||||
.textTheme
|
|
||||||
.bodyLarge
|
|
||||||
?.copyWith(color: foregroundColor),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Row(
|
Row(
|
||||||
|
|
Loading…
Reference in a new issue