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 will be the same as the default text style of the text field.

Implementation

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