myBubbleAuthorStyle property
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,
);