onUrlPressed property

ValueChanged<String>? onUrlPressed
final

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;