onUrlPressed property
Callback to be called when the taps/clicks a url inside the editor.
Only when the user taps/clicks an <a>
tag.
Implementation
final ValueChanged<String>? onUrlPressed;
Callback to be called when the taps/clicks a url inside the editor.
Only when the user taps/clicks an <a>
tag.
final ValueChanged<String>? onUrlPressed;