otherBubbleAuthorStyle property

  1. @override
TextStyle get otherBubbleAuthorStyle
override

Author name style for other users' messages.

Implementation

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