@ -159,6 +159,10 @@ class Message extends StatelessWidget {
height: 16,
child: event.status == EventStatus.error
? const Icon(Icons.error, color: Colors.red)
: event.status == EventStatus.sending
? const CircularProgressIndicator.adaptive(
strokeWidth: 1,
)
: null,
),