data property

String? data
final

The plain text string to display.

Either data or textSpan must be non-null, but not both. Used when constructing with the default constructor.

Implementation

final String? data;