myBubbleTextStyle property

  1. @override
TextStyle get myBubbleTextStyle
override

Text style for my message bubbles.

Implementation

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