Text style for other users' message bubbles.
@override TextStyle get otherBubbleTextStyle => Theme.of(context).textTheme.bodyMedium!.copyWith( color: Theme.of(context).colorScheme.onSurface, );