replyTextStyle property

  1. @override
TextStyle get replyTextStyle
override

Text style for reply preview text.

Implementation

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