Skip to content

Allow to apply for all occurrences of the text #1

@kadishmal

Description

@kadishmal

At the moment I have the following code which applies a certain style to the source text.

    SpanBuilder(source).apply(
      TextSpan(
        text: searchString,
        style: TextStyle(fontWeight: FontWeight.bold),
      ),
    );

The above code applies the style only on the first match, while I need to apply on all matches till the end of the source text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions