myBubbleAuthorStyle property

  1. @override
TextStyle get myBubbleAuthorStyle
override

Author name style for my messages.

Implementation

@override
TextStyle get myBubbleAuthorStyle => Theme.of(context).textTheme.labelSmall!.copyWith(
  color: Theme.of(context).colorScheme.onPrimary.withOpacity(0.8),
  fontWeight: FontWeight.bold,
);