Text style for reply preview text.
@override TextStyle get replyTextStyle => Theme.of(context).textTheme.bodySmall!.copyWith( color: Theme.of(context).colorScheme.onSurface.withOpacity(0.6), );