textStyleBuilder property

TextStyle? Function(BuildContext context, String prefix, T taggable)? textStyleBuilder
final

A function that builds a text style for a taggable based on the tag style.

If this function is not provided, the text style

Implementation

final TextStyle? Function(BuildContext context, String prefix, T taggable)?
    textStyleBuilder;