1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-20 08:45:17 +00:00

Fix a few notices

This commit is contained in:
2022-03-11 17:13:54 +01:00
parent 41446f0e5b
commit 48c9ee37b6
15 changed files with 21 additions and 82 deletions

View File

@ -19,7 +19,7 @@ class TextRichContentWidget extends StatelessWidget {
this.text, {
this.textAlign,
this.style,
}) : assert(text != null);
});
/// Parse the text and return it as a list of span elements
static List<TextSpan> _parse(String text, TextStyle? style) {