RichElement.link constructor
Constructor for creating a RichElement of hyperlink type.
Implementation
RichElement.link(
{required String text, TextStyle? style, required String url})
: _text = text,
_style = style,
_url = url;
Constructor for creating a RichElement of hyperlink type.
RichElement.link(
{required String text, TextStyle? style, required String url})
: _text = text,
_style = style,
_url = url;