contains_link property
read / write
True, if the first line of the text contains a link. If true, the input field needs to be focused and the text after the link must be selected.
Implementation
late bool contains_link;
True, if the first line of the text contains a link. If true, the input field needs to be focused and the text after the link must be selected.
late bool contains_link;