active property

bool active
final

Whether this anchor should be active

If false:

  • tapping it will have no effect
  • the mouse won't change on hovering
  • if the hash appears in the url, this won't try ^ to scroll to make this widget visible

Defaults to true

Implementation

final bool active;