otherBubbleTextStyle property

  1. @override
TextStyle get otherBubbleTextStyle
override

Text style for other users' message bubbles.

Implementation

@override
TextStyle get otherBubbleTextStyle => Theme.of(context).textTheme.bodyMedium!.copyWith(
  color: Theme.of(context).colorScheme.onSurface,
);