replyAuthorStyle property
Text style for reply author name.
Implementation
@override
TextStyle get replyAuthorStyle => Theme.of(context).textTheme.labelSmall!.copyWith(
color: Theme.of(context).colorScheme.onSurface.withOpacity(0.8),
fontWeight: FontWeight.bold,
);