defaultTarget constant

LinkTarget const defaultTarget

Use the default target for each platform.

On Android, the default is blank. On the web, the default is self.

iOS, on the other hand, defaults to self for web URLs, and blank for non-web URLs.

Implementation

static const LinkTarget defaultTarget =
    LinkTarget._(debugLabel: 'defaultTarget');