textStyleBody property

TextStyle? textStyleBody
final

Custom text style for the message text.

If null, uses the theme's body small text style with onSurface color and 1.5 line height.

Implementation

final TextStyle? textStyleBody;