data property

String data
final

The default string data. Like Text widget's first required value.

For Example: When you use Text widget then you must to provide a string there. So, HighlightText's data and normal Text's data is absolutely same.

Note: highlighting algorithm would search values inside that data.

Implementation

final String data;