feat(lib): create responses to text messages

This commit is contained in:
ksenia312
2024-02-06 22:24:58 +01:00
parent f71121bd92
commit 66c6f17b99
15 changed files with 285 additions and 233 deletions
+2 -2
View File
@@ -15,12 +15,12 @@ class AppShackBar {
SnackBar(
content: RichText(
text: TextSpan(
text: '$title \n',
text: title,
style: const TextStyle(fontWeight: FontWeight.bold, fontSize: 16),
children: [
if (subtitle != null)
TextSpan(
text: subtitle,
text: '\n$subtitle',
style: const TextStyle(
fontWeight: FontWeight.normal,
fontSize: 14,